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 (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3266return this.BeginSend(message, this.DefaultSendTimeout, callback, state);