1 implementation of BeginRequest
System.ServiceModel (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
97
public IAsyncResult
BeginRequest
(Message message, TimeSpan timeout, MaskingMode maskingMode,
2 references to BeginRequest
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1914
return this.ClientBinder.
BeginRequest
(request, timeout, MaskingMode.None, callback, state);
2472
return this.ClientBinder.
BeginRequest
(this.Message, timeout, this.MaskingMode, callback, state);