다음을 통해 공유


IChannelReceiverHook.WantsToListen 속성

정의

IChannelReceiverHook를 외부 수신기 서비스로 후크해야 하는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 property bool WantsToListen { bool get(); };
public bool WantsToListen { get; }
public bool WantsToListen { [System.Security.SecurityCritical] get; }
member this.WantsToListen : bool
[<get: System.Security.SecurityCritical>]
member this.WantsToListen : bool
Public ReadOnly Property WantsToListen As Boolean

속성 값

IChannelReceiverHook를 외부 수신기 서비스로 후크해야 하는지 여부를 나타내는 부울 값입니다.

특성

예외

직접 실행 호출자에 인프라 권한이 없는 경우

적용 대상