64 references to DefaultSendTimeout
System.ServiceModel (60)
System\ServiceModel\Channels\ChannelBase.cs (1)
47get { return this.DefaultSendTimeout; }
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
45return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 99this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
132return new ContextChannelRequestContext(innerContext, contextProtocol, this.DefaultSendTimeout);
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
137return new ContextChannelRequestContext(innerContext, this.contextProtocol, this.DefaultSendTimeout);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
40return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 105return this.Request(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\DuplexChannel.cs (2)
31return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 84this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (2)
178return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 239this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
248this.Send(message, this.DefaultSendTimeout); 258return this.BeginSend(message, this.DefaultSendTimeout, callback, state);
System\ServiceModel\Channels\OutputChannel.cs (2)
24return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 71this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (6)
660this.binder.Send(message, this.DefaultSendTimeout); 738this.binder.Send(message, this.DefaultSendTimeout); 1264this.Settings.ReliableMessagingVersion, this.session.InitiationTime, true, this.DefaultSendTimeout); 1646this.Binder.Send(message, this.DefaultSendTimeout); 1715timeout = TimeoutHelper.Divide(this.DefaultSendTimeout, 2); 1912this.Binder.Send(response, this.DefaultSendTimeout);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (4)
525this.Binder.Send(message, this.DefaultSendTimeout); 602this.Binder.Send(response, this.DefaultSendTimeout); 855this.Binder.Send(message, this.DefaultSendTimeout); 1016context.Reply(response, this.DefaultSendTimeout);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
459this.RequestAcks, this.DefaultSendTimeout); 475this.OnConnectionSendMessage(request, this.DefaultSendTimeout, MaskingMode.All); 604this.OnConnectionSend(response, this.DefaultSendTimeout, false, true);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
848replyHelper.Reply(context, info, this.DefaultSendTimeout, MaskingMode.All); 929context.Reply(response, this.DefaultSendTimeout); 1356: base(context.RequestMessage, channel.DefaultCloseTimeout, channel.DefaultSendTimeout)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
517false, this.DefaultSendTimeout); 539IAsyncResult result = this.BeginSendAckRequestedMessage(this.DefaultSendTimeout, MaskingMode.All,
System\ServiceModel\Channels\RequestChannel.cs (2)
214return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 286return this.Request(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\SecurityChannelFactory.cs (4)
549return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 566this.Send(message, this.DefaultSendTimeout); 604return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 621return this.Request(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1048return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 1065this.Send(message, this.DefaultSendTimeout); 1276return new SecurityRequestContext(message, requestContext, this.SecurityProtocol, correlationState, this.DefaultSendTimeout, this.DefaultCloseTimeout);
System\ServiceModel\Channels\TransactionChannelFactory.cs (4)
243return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 261this.Send(message, this.DefaultSendTimeout); 300return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 320return this.Request(message, this.DefaultSendTimeout);
System\ServiceModel\Channels\TransactionChannelListener.cs (3)
429return new TransactionRequestContext(this, this, innerContext, this.DefaultCloseTimeout, this.DefaultSendTimeout); 563return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 580this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
676MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout); 681MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout); 687MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout); 692MaskingMode.None, faultMode, this.channelParameters, this.DefaultCloseTimeout, this.DefaultSendTimeout); 2889return this.Request(message, this.DefaultSendTimeout); 2946return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 3252this.Send(message, this.DefaultSendTimeout); 3266return this.BeginSend(message, this.DefaultSendTimeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
1210return this.DefaultSendTimeout; 3627this.Send(message, this.DefaultSendTimeout); 3640return this.BeginSend(message, this.DefaultSendTimeout, callback, state);
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (2)
56return this.BeginSend(message, this.DefaultSendTimeout, callback, state); 71this.Send(message, this.DefaultSendTimeout);
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (2)
56return this.BeginRequest(message, this.DefaultSendTimeout, callback, state); 71return this.Request(message, this.DefaultSendTimeout);