Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Relay_SmartHost( string host, int port, SslMode sslMode, string userName, string password )
Public Sub New ( host As String, port As Integer, sslMode As SslMode, userName As String, password As String )
public: Relay_SmartHost( String^ host, int port, SslMode sslMode, String^ userName, String^ password )
new : host : string * port : int * sslMode : SslMode * userName : string * password : string -> Relay_SmartHost
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when host is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119