Share via


ChannelManagerBase.IDefaultCommunicationTimeouts.SendTimeout 속성

정의

통신 개체에서 호출한 send 메서드가 시간 제한 초과로 처리되는 시간 간격을 가져옵니다.

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

속성 값

TimeSpan

send 메서드가 시간 제한 초과로 처리되기 전에 대기할 시간 간격을 지정하는 TimeSpan입니다.

구현

설명

IDefaultCommunicationTimeouts.SendTimeoutDefaultSendTimeout를 호출합니다.

적용 대상