Implemented interface member:
method
BeginSend
System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginSend
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
23return BeginSend(message, DefaultSendTimeout, callback, state);