Share via


AnonymousPipeServerStream.ClientSafePipeHandle 屬性

定義

取得 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 時,物件將不會收到通知。

適用於