4 implementations of Request
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
240
public Message
Request
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1218
public Message
Request
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
760
Message IRequestChannel.
Request
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
811
Message IRequestChannel.
Request
(Message message, TimeSpan timeout)
3 references to Request
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
813
return ((IRequestChannel)_channel).
Request
(message, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (2)
86
ValidateNullReply(_channel.
Request
(message, timeout));
106
return _channel.
Request
(message, timeout);