Implemented interface member:
method
Request
System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message, System.TimeSpan)
2 references to Request
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1215return Request(message, OperationTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
762return _serviceChannel.Request(message, timeout);