Implemented interface member:
method
Send
System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message, System.TimeSpan)
2 references to Send
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1203
Send
(message, OperationTimeout);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
767
_serviceChannel.
Send
(message, timeout);