RemoteEndpointMessageProperty.Address 属性
定义
获取发送消息的客户端的 IP 地址。Gets the IP address of the client from which the message was sent.
public:
property System::String ^ Address { System::String ^ get(); };
public string Address { get; }
member this.Address : string
Public ReadOnly Property Address As String
属性值
发送消息的客户端的 IP 地址。The IP address of the client from which the message was sent.