2 references to SendBlobAsync
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
736
SendBlobAsync
<TIOAdapter>(message: null, cancellationToken)).ConfigureAwait(false); // client should send the first blob
914
await
SendBlobAsync
<TIOAdapter>(message, cancellationToken).ConfigureAwait(false);