1 instantiation of PipeHandle
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
711PipeHandle duplicated = new PipeHandle(duplicateContext.Handle);
23 references to PipeHandle
System.ServiceModel (23)
System\ServiceModel\Channels\PipeConnection.cs (13)
35PipeHandle pipe; 84public PipeConnection(PipeHandle pipe, int connectionBufferSize, bool isBoundToCompletionPort, bool autoBindToCompletionPort) 1592public static unsafe PipeException GetOverlappedWriteException(PipeHandle pipe, 1608public static unsafe PipeException GetOverlappedReadException(PipeHandle pipe, 1810PipeHandle pipeHandle = UnsafeNativeMethods.CreateFile(resolvedAddress, access, 0, IntPtr.Zero, 2015PipeHandle pipeHandle = CreatePipe(); 2033PipeHandle acceptedPipe = pendingAccept.End(); 2048unsafe PipeHandle CreatePipe() 2069PipeHandle pipeHandle; 2198PipeHandle pipeHandle; 2199PipeHandle result; 2208public unsafe PendingAccept(PipeConnectionListener listener, PipeHandle pipeHandle, bool isBoundToCompletionPort, 2346public PipeHandle End()
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
711PipeHandle duplicated = new PipeHandle(duplicateContext.Handle);
System\ServiceModel\Channels\UnsafeNativeMethods.cs (9)
507PipeHandle handle, 513internal static extern PipeHandle CreateFile 537internal unsafe static extern PipeHandle CreateNamedPipe 553PipeHandle handle 560PipeHandle hSourceHandle, 598PipeHandle handle, 664PipeHandle handle, 684internal static unsafe extern bool GetNamedPipeClientProcessId(PipeHandle handle, out int id); 688internal static unsafe extern bool GetNamedPipeServerProcessId(PipeHandle handle, out int id);