[Modify] Rename it
This commit is contained in:
parent
4d01d325ec
commit
8e3c6c5855
@ -75,6 +75,12 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public HttpHeaderType HeaderType {
|
||||||
|
get {
|
||||||
|
return _headerType;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public bool IsRequest {
|
public bool IsRequest {
|
||||||
get {
|
get {
|
||||||
return (_headerType & HttpHeaderType.Request) == HttpHeaderType.Request;
|
return (_headerType & HttpHeaderType.Request) == HttpHeaderType.Request;
|
||||||
@ -87,12 +93,6 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public HttpHeaderType Type {
|
|
||||||
get {
|
|
||||||
return _headerType;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Public Methods
|
#region Public Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user