AnonymousPipeServerStream.ClientSafePipeHandle Propiedad

Definición

Obtiene el identificador seguro del AnonymousPipeClientStream objeto que está conectado actualmente al AnonymousPipeServerStream objeto .

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

Valor de propiedad

Identificador del AnonymousPipeClientStream objeto que está conectado actualmente al AnonymousPipeServerStream objeto .

Atributos

Comentarios

Se DisposeLocalCopyOfClientHandle debe llamar al método después de pasar un identificador de cliente a un proceso de cliente. Si no se llama a este método, el AnonymousPipeServerStream objeto no recibirá aviso cuando el cliente elimine su PipeStream objeto.

Se aplica a