8 implementations of Request
System.ServiceModel (7)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1390
public Message
Request
(Message request, TimeSpan timeout)
System\ServiceModel\Channels\RequestChannel.cs (1)
289
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
677
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1305
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
323
public Message
Request
(Message message, TimeSpan timeout)
System\ServiceModel\ClientBase.cs (1)
1403
Message IRequestChannel.
Request
(Message message, TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2934
public Message
Request
(Message message, TimeSpan timeout)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
64
public Message
Request
(Message message, TimeSpan timeout)
9 references to Request
System.ServiceModel (8)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (2)
603
return channel.
Request
(message, timeout);
609
message = channel.
Request
(message, timeout);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
86
response = this.InnerChannel.
Request
(requestMessage, timeout);
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
181
Message response = this.innerChannel.
Request
(message, timeout);
System\ServiceModel\ClientBase.cs (1)
1405
return ((IRequestChannel)this.channel).
Request
(message, timeout);
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (2)
88
ValidateNullReply(this.channel.
Request
(message, timeout));
108
return this.channel.
Request
(message, timeout);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
501
incomingMessage = rstChannel.
Request
(nextOutgoingMessage, timeLeft);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
66
return this.InnerChannel.
Request
(message, timeout);