Class UnixConnectionHandle
public class UnixConnectionHandle : SocketConnectionHandle, IDisposable
- Inheritance
-
UnixConnectionHandle
- Implements
- Inherited Members
Constructors
UnixConnectionHandle(nint, bool)
public UnixConnectionHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static UnixConnectionHandle For<T>(ConstructArgument[] constructArguments) where T : UnixConnection, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T