1 instantiation of SendPreambleAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
191return new SendPreambleAsyncResult(channel, connection, ref timeoutHelper, decoder, callback, state);
13 references to SendPreambleAsyncResult
System.ServiceModel (13)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (13)
196return SendPreambleAsyncResult.End(result, out this.remoteSecurity); 239SendPreambleAsyncResult thisPtr = AsyncResult.End<SendPreambleAsyncResult>(result); 343SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)asyncState; 371SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)asyncState; 400SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)state; 433SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)result.AsyncState; 466SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)result.AsyncState;