다음을 통해 공유


ConnectionOrientedTransportBindingElement.ShouldSerializeMaxPendingConnections 메서드

정의

연결 지향 전송 바인딩 요소가 최대 개수의 보류 중인 연결을 serialize해야 하는지 여부를 나타냅니다.

public:
 bool ShouldSerializeMaxPendingConnections();
public bool ShouldSerializeMaxPendingConnections ();
member this.ShouldSerializeMaxPendingConnections : unit -> bool
Public Function ShouldSerializeMaxPendingConnections () As Boolean

반환

연결 지향 전송 바인딩 요소가 최대 개수의 보류 중인 연결을 serialize해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상