1 instantiation of SendPreambleAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
303
return new
SendPreambleAsyncResult
(this, connection, preamble, this.flowIdentity, ref timeoutHelper, callback, state);
15 references to SendPreambleAsyncResult
System.ServiceModel (15)
System\ServiceModel\Channels\FramingChannels.cs (15)
308
return
SendPreambleAsyncResult
.End(result);
486
SendPreambleAsyncResult
thisPtr = AsyncResult.End<
SendPreambleAsyncResult
>(result);
636
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)asyncState;
664
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)state;
697
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)result.AsyncState;
730
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)result.AsyncState;
763
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)result.AsyncState;
791
SendPreambleAsyncResult
thisPtr = (
SendPreambleAsyncResult
)asyncState;