다음을 통해 공유


ComContractElement.RequiresSession 속성

정의

계약을 세션 바인딩에서만 사용할 수 있는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool RequiresSession { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requiresSession", DefaultValue=true)]
public bool RequiresSession { get; set; }
[<System.Configuration.ConfigurationProperty("requiresSession", DefaultValue=true)>]
member this.RequiresSession : bool with get, set
Public Property RequiresSession As Boolean

속성 값

Boolean

계약을 세션 바인딩에서만 사용할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

서비스가 초기화될 때 통합 런타임에서는 사용될 바인딩 형식과 이 설정이 일치하는지 확인합니다. 계약의 바인딩 중 하나 이상이 충돌할 경우 예외가 생성됩니다. 이 속성이 false이고 단방향 채널을 사용하며 [out] 매개 변수가 있을 경우에도 예외가 생성됩니다.

적용 대상