SocketTools .NET Edition

DnsClient.RemoteService Property

Set or return the name of the service associated with the remote port.

[Visual Basic]
Public Property RemoteService As String
[C#]
public string RemoteService {get; set;}

Property Value

A string which specifies the service name.

Remarks

The RemoteService property is used to set the port that the control will use to establish a connection with a remote server. If the service name does not exist, an error is generated. The RemotePort property is updated to reflect the service’s port number.

See Also

DnsClient Class | SocketTools Namespace | RemotePort Property