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