LumiSoft Net Help
SDP_Connection Constructor (netType, addressType, address)
NamespacesLumiSoft.Net.SDPSDP_ConnectionSDP_Connection(String, String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SDP_Connection(
	string netType,
	string addressType,
	string address
)
Public Sub New ( 
	netType As String,
	addressType As String,
	address As String
)
public:
SDP_Connection(
	String^ netType, 
	String^ addressType, 
	String^ address
)
new : 
        netType : string * 
        addressType : string * 
        address : string -> SDP_Connection
Parameters
netType (String)
Network type(IN).
addressType (String)
Address type(IP4/IP6).
address (String)
Host name or IP address.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when netType, addressType or address is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119