1 implementation of BeginSend
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
269
public IAsyncResult
BeginSend
(Message message, TimeSpan timeout, MaskingMode maskingMode,
3 references to BeginSend
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1362
return this.binder.
BeginSend
(message, timeout, MaskingMode.Handled, callback, state);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2210
return this.Binder.
BeginSend
(this.request, timeout, MaskingMode.None, callback, state);
2428
return this.Binder.
BeginSend
(this.Message, timeout, this.MaskingMode, callback, state);