6 references to GetOutgoingBlob
System (6)
net\System\Net\_AuthenticationManagerBase.cs (2)
134
blob = client.
GetOutgoingBlob
(blob, true, out status);
135
blob = server.
GetOutgoingBlob
(blob, true, out status);
net\System\Net\_NTAuthentication.cs (1)
637
decodedOutgoingBlob =
GetOutgoingBlob
(decodedIncomingBlob, true, out statusCode);
net\System\Net\HttpListener.cs (1)
1651
decodedOutgoingBlob = context.
GetOutgoingBlob
(bytes, false, out statusCodeNew);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
64
byteResp = clientContext.
GetOutgoingBlob
(
net\System\Net\SecureProtocols\_NegoState.cs (1)
806
byte[] message = _Context.
GetOutgoingBlob
(incomingBlob, false, out statusCode);