[Modify] Rename it

This commit is contained in:
sta 2020-07-21 19:46:45 +09:00
parent 4d01d325ec
commit 8e3c6c5855

View File

@ -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