~~NOTRANS~~ ====== Rfc1006IPEndPoint Constructor (IPAddress, Byte[], Byte[]) ====== Initializes a new instance of the [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006IPEndPoint.Type|Rfc1006IPEndPoint]] class using the specified //address//, //remoteTSAP// and //localTSAP// information and the [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006IPEndPoint.DefaultPort.Field|DefaultPort]]. \\ \\ **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 Rfc1006IPEndPoint( IPAddress address, byte[] remoteTSAP, byte[] localTSAP ) </code> \\ === Parameters === //address// \\ Type: [[http://msdn2.microsoft.com/en-us/library/s128tyf6|System.Net.IPAddress]] \\ An Internet Protocol (IP) address. \\ //remoteTSAP// \\ Type: [[http://msdn2.microsoft.com/en-us/library/yyb1w04y|System.Byte]][] \\ The remote TSAP of the endpoint. \\ //localTSAP// \\ Type: [[http://msdn2.microsoft.com/en-us/library/yyb1w04y|System.Byte]][] \\ The local TSAP of the endpoint. \\ ===== See Also ===== === Reference === [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006IPEndPoint.Type|Rfc1006IPEndPoint Class]] \\ [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Rfc1006IPEndPoint..ctor.Overload|Rfc1006IPEndPoint Overload]] \\ [[en:software:sdk:rfc-1006:rfc-1006-lib-net.advanced:class.library:Rfc1006LibNet.Advanced.Namespace|Rfc1006LibNet.Advanced Namespace]] \\