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