1 type derived from AsyncProtocolRequest
System (1)
net\System\Net\SecureProtocols\_SslStream.cs (1)
1047
private class SplitWriteAsyncProtocolRequest:
AsyncProtocolRequest
6 instantiations of AsyncProtocolRequest
System (6)
net\System\Net\SecureProtocols\_SslState.cs (2)
569
asyncRequest = new
AsyncProtocolRequest
(lazyResult);
633
AsyncProtocolRequest asyncRequest = new
AsyncProtocolRequest
(new LazyAsyncResult(this, null, new AsyncCallback(RehandshakeCompleteCallback)));
net\System\Net\SecureProtocols\_SslStream.cs (2)
130
AsyncProtocolRequest asyncRequest = new
AsyncProtocolRequest
(bufferResult);
172
AsyncProtocolRequest asyncRequest = new
AsyncProtocolRequest
(lazyResult);
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
580
AsyncProtocolRequest asyncRequest = new
AsyncProtocolRequest
(bufferResult);
646
AsyncProtocolRequest asyncRequest = new
AsyncProtocolRequest
(bufferResult);
61 references to AsyncProtocolRequest
System (61)
net\System\Net\SecureProtocols\_FixedSizeReader.cs (3)
34
private
AsyncProtocolRequest
_Request;
72
public void AsyncReadPacket(
AsyncProtocolRequest
request)
143
AsyncProtocolRequest
request = reader._Request;
net\System\Net\SecureProtocols\_HelperAsyncResults.cs (1)
65
internal delegate void AsyncProtocolCallback(
AsyncProtocolRequest
asyncRequest);
net\System\Net\SecureProtocols\_NegoStream.cs (11)
122
private void ProcessWrite(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
156
private void StartWriting(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
205
private int ProcessRead(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
253
private int StartReading(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
266
private int StartFrameHeader(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
288
private int StartFrameBody(int readBytes, byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
342
private int ProcessFrameBody(int readBytes, byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
389
GlobalLog.Assert(transportResult.AsyncState is
AsyncProtocolRequest
, "NegotiateSteam::WriteCallback|State type is wrong, expected AsyncProtocolRequest.");
391
AsyncProtocolRequest
asyncRequest = (
AsyncProtocolRequest
) transportResult.AsyncState;
413
private static void ReadCallback(
AsyncProtocolRequest
asyncRequest)
net\System\Net\SecureProtocols\_SslState.cs (26)
566
AsyncProtocolRequest
asyncRequest = null;
633
AsyncProtocolRequest
asyncRequest = new AsyncProtocolRequest(new LazyAsyncResult(this, null, new AsyncCallback(RehandshakeCompleteCallback)));
644
private void ForceAuthentication(bool receiveFirst, byte[] buffer,
AsyncProtocolRequest
asyncRequest)
747
private void StartSendBlob(byte[] incoming, int count,
AsyncProtocolRequest
asyncRequest)
801
private void CheckCompletionBeforeNextReceive(ProtocolToken message,
AsyncProtocolRequest
asyncRequest)
829
private void StartReceiveBlob(byte[] buffer,
AsyncProtocolRequest
asyncRequest)
866
private void StartReadFrame(byte[] buffer, int readBytes,
AsyncProtocolRequest
asyncRequest)
916
private void ProcessReceivedBlob(byte[] buffer, int count,
AsyncProtocolRequest
asyncRequest)
963
private void StartSendAuthResetSignal(ProtocolToken message,
AsyncProtocolRequest
asyncRequest, Exception exception)
1026
AsyncProtocolRequest
asyncRequest;
1033
asyncRequest = (
AsyncProtocolRequest
) transportResult.AsyncState;
1071
private static void PartialFrameCallback(
AsyncProtocolRequest
asyncRequest)
1091
private static void ReadFrameCallback(
AsyncProtocolRequest
asyncRequest)
1117
private bool CheckEnqueueHandshakeRead(ref byte[] buffer,
AsyncProtocolRequest
request)
1185
internal int CheckEnqueueRead(byte[] buffer, int offset, int count,
AsyncProtocolRequest
request)
1252
AsyncProtocolRequest
request = (
AsyncProtocolRequest
) _QueuedReadStateRequest;
1263
internal bool CheckEnqueueWrite(
AsyncProtocolRequest
asyncRequest)
1349
private bool CheckEnqueueHandshake(byte[] buffer,
AsyncProtocolRequest
asyncRequest)
1379
private void FinishHandshake(Exception e,
AsyncProtocolRequest
asyncRequest)
1670
AsyncProtocolRequest
request = state as
AsyncProtocolRequest
;
1687
AsyncProtocolRequest
asyncRequest = (
AsyncProtocolRequest
)state;
1714
AsyncProtocolRequest
request = (
AsyncProtocolRequest
)state;
net\System\Net\SecureProtocols\_SslStream.cs (18)
130
AsyncProtocolRequest
asyncRequest = new AsyncProtocolRequest(bufferResult);
172
AsyncProtocolRequest
asyncRequest = new AsyncProtocolRequest(lazyResult);
364
private void ProcessWrite(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
541
private void StartWriting(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
644
private int ProcessRead(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
694
private int StartReading(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
730
private int StartFrameHeader(byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
761
private int StartFrameBody(int readBytes, byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
808
private int ProcessFrameBody(int readBytes, byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest)
871
private int ProcessReadErrorCode(SecurityStatus errorCode, byte[] buffer, int offset, int count,
AsyncProtocolRequest
asyncRequest, byte[] extraBuffer)
905
GlobalLog.Assert(transportResult.AsyncState is
AsyncProtocolRequest
, "SslStream::WriteCallback|State type is wrong, expected AsyncProtocolRequest.");
906
AsyncProtocolRequest
asyncRequest = (
AsyncProtocolRequest
) transportResult.AsyncState;
939
GlobalLog.Assert(transportResult.AsyncState is
AsyncProtocolRequest
, "SslStream::MulitpleWriteCallback|State type is wrong, expected AsyncProtocolRequest.");
962
private static void ResumeAsyncReadCallback(
AsyncProtocolRequest
request)
980
private static void ResumeAsyncWriteCallback(
AsyncProtocolRequest
asyncRequest)
1000
private static void ReadHeaderCallback(
AsyncProtocolRequest
asyncRequest)
1024
private static void ReadFrameCallback(
AsyncProtocolRequest
asyncRequest)
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
580
AsyncProtocolRequest
asyncRequest = new AsyncProtocolRequest(bufferResult);
646
AsyncProtocolRequest
asyncRequest = new AsyncProtocolRequest(bufferResult);