ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout Propriedade

Definição

Obtém o intervalo de tempo após o qual o tempo limite do método send, invocado por um objeto de comunicação, é atingido.

property TimeSpan System::ServiceModel::IDefaultCommunicationTimeouts::SendTimeout { TimeSpan get(); };
TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout { get; }
member this.System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout : TimeSpan
 ReadOnly Property SendTimeout As TimeSpan Implements IDefaultCommunicationTimeouts.SendTimeout

Valor da propriedade

O TimeSpan que especifica o intervalo de tempo para aguardar o tempo limite do método de envio.

Implementações

Comentários

IDefaultCommunicationTimeouts.SendTimeout chama DefaultSendTimeout.

Aplica-se a