nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / IPEndPoint

IPEndPoint

Full name Microsoft.VisualBasic.Net.IPEndPoint Assembly Microsoft.VisualBasic.Runtime Members 16

The object of IPEndPoint can not be Xml serialization.

00 Remarks

(系统自带的IPEndPoint不能够进行Xml序列化)

01 Syntax

Microsoft.VisualBasic.Net.IPEndPoint

02 Methods

NameOverloadsSummary
.ctor 3 This parameterless constructor is required for the xml serialization.(XML序列化所需要的)
GetIPEndPoint 1 Convert this networking end point DDM into the IPEndPoint
ParseIpPort 1
ToString 1
GetValue 1
CreateLocal 1
op_Explicit 1
IsIpv4Address 1
op_Implicit 1

03 Properties

NameOverloadsSummary
guid 1 Guid value of this portal information on the server registry.
ipAddress 1 IPAddress of the services instance.
port 1 Data port of the services instance.
IsValid 1 格式是否正确

04 Fields

NameOverloadsSummary
RegexIPAddress 1

05 Members

method .ctor #
#ctor

This parameterless constructor is required for the xml serialization.(XML序列化所需要的)

method .ctor overload 2 #
#ctor(String, Int32)
Parameters
NameTypeDescription
IPAddressString

IPAddress string using for create object using method IPAddress.Parse()

PortInt32

IPEndPoint.Port

method .ctor overload 3 #
#ctor(String)
Parameters
NameTypeDescription
strString

Required format string: IPAddress:Port

method GetIPEndPoint #
GetIPEndPoint

Convert this networking end point DDM into the IPEndPoint

property guid #
guid

Guid value of this portal information on the server registry.

property ipAddress #
ipAddress

IPAddress of the services instance.

property port #
port

Data port of the services instance.

property IsValid #
IsValid

格式是否正确

field RegexIPAddress #
RegexIPAddress
method ParseIpPort #
ParseIpPort(String, String, Int32)
method ToString #
ToString()
method GetValue #
GetValue()
method CreateLocal #
CreateLocal(Int32, String)
method op_Explicit #
op_Explicit(IPEndPoint)
method IsIpv4Address #
IsIpv4Address(String)
method op_Implicit #
op_Implicit(ValueTuple(Of String, Int32))