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