7 implementations of Send
System.ServiceModel (7)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
129
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
368
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
103
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
192
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
91
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
93
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
86
public void
Send
(Message message, TimeSpan timeout)
2 references to Send
System.ServiceModel (2)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
131
this.channelBinder.
Send
(message, timeout);
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
194
this.channelBinder.
Send
(message, timeout);