4 references to GetPeerID
System.IO.Pipes (4)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
117
if (Interop.Sys.
GetPeerID
(handle, out uint serverOwner) == -1)
System\IO\Pipes\NamedPipeServerStream.Unix.cs (3)
112
if (Interop.Sys.
GetPeerID
(serverHandle, out peerID) == -1)
171
if (Interop.Sys.
GetPeerID
(handle, out peerID) == -1)
213
if (Interop.Sys.
GetPeerID
(handle, out peerID) == -1)