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