TlsSocket.Factory Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Factory
Gets the instance of ISocketFactory that created this ISocket.
Declaration
public ISocketFactory Factory { get; }
Property Value
Type | Description |
---|---|
ISocketFactory | An instance of ISocketFactory. |