Implemented interface member:
method
Send
System.ServiceModel.Channels.IReliableChannelBinder.Send(System.ServiceModel.Channels.Message, System.TimeSpan, System.ServiceModel.Channels.MaskingMode)
2 references to Send
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
853
this.
Send
(message, timeout, this.defaultMaskingMode);
3237
this.Binder.
Send
(message, timeout, this.MaskingMode);