Refactored HttpHeaderInfo.cs
This commit is contained in:
parent
3b297e3d7d
commit
0e8399d8a2
@ -41,10 +41,6 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Internal Constructors
|
#region Internal Constructors
|
||||||
|
|
||||||
internal HttpHeaderInfo ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
internal HttpHeaderInfo (string name, HttpHeaderType type)
|
internal HttpHeaderInfo (string name, HttpHeaderType type)
|
||||||
{
|
{
|
||||||
_name = name;
|
_name = name;
|
||||||
@ -87,20 +83,12 @@ namespace WebSocketSharp.Net
|
|||||||
get {
|
get {
|
||||||
return _name;
|
return _name;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal set {
|
|
||||||
_name = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public HttpHeaderType Type {
|
public HttpHeaderType Type {
|
||||||
get {
|
get {
|
||||||
return _type;
|
return _type;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal set {
|
|
||||||
_type = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
Loading…
Reference in New Issue
Block a user