7 implementations of Request
System.ServiceModel (7)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
144
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
454
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
133
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
207
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
111
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
113
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
106
public Message
Request
(Message message, TimeSpan timeout)
2 references to Request
System.ServiceModel (2)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
146
return this.channelBinder.
Request
(message, timeout);
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
209
return this.channelBinder.
Request
(message, timeout);