Implemented interface member:
property
OperationTimeout
System.ServiceModel.IContextChannel.OperationTimeout
5 references to OperationTimeout
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
1188Send(message, OperationTimeout); 1199return BeginSend(message, OperationTimeout, callback, state); 1215return Request(message, OperationTimeout); 1226return BeginRequest(message, OperationTimeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
656rpc.ReplyTimeoutHelper = new TimeoutHelper(rpc.Channel.OperationTimeout);