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