[Modify] Add it
This commit is contained in:
parent
9f7ee08295
commit
f34eb021b3
@ -628,6 +628,13 @@ namespace WebSocketSharp.Net
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private RequestStream getInputStream ()
|
||||||
|
{
|
||||||
|
return _contentLength > 0 || _chunked
|
||||||
|
? _connection.GetRequestStream (_contentLength, _chunked)
|
||||||
|
: null;
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Internal Methods
|
#region Internal Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user