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