Org.Mentalis.Security.Ssl.SecureSocket.SecureSocket C# (CSharp) Method

SecureSocket() public method

Initializes a new instance of the SecureSocket class.
The SecureSocket will act like a normal Socket and will not use a secure transfer protocol.
The combination of addressFamily, socketType, and protocolType results in an invalid socket.
public SecureSocket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System
addressFamily AddressFamily One of the values.
socketType SocketType One of the values.
protocolType ProtocolType One of the values.
return System
		public SecureSocket(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) : this(addressFamily, socketType, protocolType, new SecurityOptions(SecureProtocol.None)) {}
		/// <summary>

Same methods

SecureSocket::SecureSocket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType, Org.Mentalis.Security.Ssl.SecurityOptions options ) : System
SecureSocket::SecureSocket ( Socket accepted, Org.Mentalis.Security.Ssl.SecurityOptions options ) : System