3 references to StartWriting
System (3)
net\System\Net\SecureProtocols\_SslStream.cs (3)
391
StartWriting
(buffer, offset, count, asyncRequest);
917
sslStream.
StartWriting
(asyncRequest.Buffer, asyncRequest.Offset, asyncRequest.Count, asyncRequest);
987
((_SslStream)asyncRequest.AsyncObject).
StartWriting
(asyncRequest.Buffer, asyncRequest.Offset, asyncRequest.Count, asyncRequest);