1 write to pipeHandle
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2212
this.
pipeHandle
= pipeHandle;
5 references to pipeHandle
System.ServiceModel (5)
System\ServiceModel\Channels\PipeConnection.cs (5)
2269
if (UnsafeNativeMethods.ConnectNamedPipe(
pipeHandle
, overlapped.NativeOverlapped) == 0)
2275
if (UnsafeNativeMethods.DisconnectNamedPipe(
pipeHandle
) != 0)
2343
pipeHandle
.Close();
2360
if (this.result != null && UnsafeNativeMethods.GetOverlappedResult(this.
pipeHandle
,
2380
this.
pipeHandle
.Close();