The object of IPEndPoint can not be Xml serialization.
IPEndPoint
00 Remarks
(系统自带的IPEndPoint不能够进行Xml序列化)
01 Syntax
Microsoft.VisualBasic.Net.IPEndPoint
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .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
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| RegexIPAddress | 1 |
05 Members
#ctor
This parameterless constructor is required for the xml serialization.(XML序列化所需要的)
#ctor(
String, Int32)Parameters
| Name | Type | Description |
|---|---|---|
IPAddress | String | IPAddress string using for create object using method |
Port | Int32 |
|
#ctor(
String)Parameters
| Name | Type | Description |
|---|---|---|
str | String | Required format string: |
GetIPEndPoint
Convert this networking end point DDM into the IPEndPoint
guid
Guid value of this portal information on the server registry.
ipAddress
IPAddress of the services instance.
port
Data port of the services instance.
IsValid
格式是否正确
RegexIPAddress
ParseIpPort(
String, String, Int32)ToString()
GetValue()
CreateLocal(
Int32, String)op_Explicit(IPEndPoint)
IsIpv4Address(
String)op_Implicit(
ValueTuple(Of String, Int32))