1 write to RequestStream
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
948
RequestStream
= stream;
8 references to RequestStream
System.Runtime.Remoting (8)
channels\http\httpclientchannel.cs (8)
951
if (
RequestStream
.CanSeek)
952
_initialStreamPosition =
RequestStream
.Position;
962
WebRequest.ContentLength = (int)
RequestStream
.Length;
991
if (
RequestStream
.CanSeek)
993
RequestStream
.Position = _initialStreamPosition;
1006
RequestStream
.Close();
1022
Stream sourceRequestStream = asyncRequestState.
RequestStream
;
1072
asyncRequestState.
RequestStream
.Close();