Implemented interface member:
property
OperationTimeout
System.ServiceModel.IContextChannel.OperationTimeout
5 references to OperationTimeout
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (4)
1275this.Send(message, this.OperationTimeout); 1286return this.BeginSend(message, this.OperationTimeout, callback, state); 1302return this.Request(message, this.OperationTimeout); 1313return this.BeginRequest(message, this.OperationTimeout, callback, state);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1360rpc.ReplyTimeoutHelper = new TimeoutHelper(rpc.Channel.OperationTimeout);