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)
1188
Send(message,
OperationTimeout
);
1199
return BeginSend(message,
OperationTimeout
, callback, state);
1215
return Request(message,
OperationTimeout
);
1226
return BeginRequest(message,
OperationTimeout
, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
656
rpc.ReplyTimeoutHelper = new TimeoutHelper(rpc.Channel.
OperationTimeout
);