~~NOTRANS~~ ====== Rfc1006Client Constructor (IPAddress, Int32, Byte[], Byte[]) ====== Initializes a new instance of the [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006Client.Type|Rfc1006Client]] class using the specified //address//, //remoteTSAP// and //localTSAP// information. \\ \\ **Namespace:** [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Namespace|Rfc1006LibNet.Advanced]] \\ **Assembly:**  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3) ===== Syntax ===== **C#** \\ <code csharp> public Rfc1006Client( IPAddress address, int port, byte[] remoteTSAP, byte[] localTSAP ) </code> \\ === Parameters === //address// \\ Type: [[http://msdn2.microsoft.com/en-us/library/s128tyf6|System.Net.IPAddress]] \\ The [[http://msdn2.microsoft.com/en-us/library/s128tyf6|IPAddress]] to use to identifier the server IP. \\ //port// \\ Type: [[http://msdn2.microsoft.com/en-us/library/td2s409d|System.Int32]] \\ To use to identifier the server port \\ //remoteTSAP// \\ Type: [[http://msdn2.microsoft.com/en-us/library/yyb1w04y|System.Byte]][] \\ To use to identifier the server TSAP. \\ //localTSAP// \\ Type: [[http://msdn2.microsoft.com/en-us/library/yyb1w04y|System.Byte]][] \\ To use to identifier the client TSAP. \\ ===== Exceptions ===== ^Exception ^Condition ^ |[[http://msdn2.microsoft.com/en-us/library/27426hcy|ArgumentNullException]] |The //address// is a null reference (Nothing in Visual Basic). | ---- \\ ===== See Also ===== === Reference === [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006Client.Type|Rfc1006Client Class]] \\ [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006Client..ctor.Overload|Rfc1006Client Overload]] \\ [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Namespace|Rfc1006LibNet.Advanced Namespace]] \\