AnonymousPipeServerStream.ClientSafePipeHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 AnonymousPipeClientStream 物件的安全控制碼,此物件目前連接到 AnonymousPipeServerStream 物件。
public:
property Microsoft::Win32::SafeHandles::SafePipeHandle ^ ClientSafePipeHandle { Microsoft::Win32::SafeHandles::SafePipeHandle ^ get(); };
public Microsoft.Win32.SafeHandles.SafePipeHandle ClientSafePipeHandle { get; }
public Microsoft.Win32.SafeHandles.SafePipeHandle ClientSafePipeHandle { [System.Security.SecurityCritical] get; }
member this.ClientSafePipeHandle : Microsoft.Win32.SafeHandles.SafePipeHandle
[<get: System.Security.SecurityCritical>]
member this.ClientSafePipeHandle : Microsoft.Win32.SafeHandles.SafePipeHandle
Public ReadOnly Property ClientSafePipeHandle As SafePipeHandle
屬性值
AnonymousPipeClientStream 物件的控制代碼,此物件目前連接到 AnonymousPipeServerStream 物件。
- 屬性
備註
在 DisposeLocalCopyOfClientHandle 用戶端句柄傳遞至用戶端進程之後,應該呼叫 方法。 如果未呼叫這個方法, AnonymousPipeServerStream 當客戶端處置物件 PipeStream 時,物件將不會收到通知。