다음을 통해 공유


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 할 때 개체가 알림을 받지 못합니다.

적용 대상