HttpWorkerRequest.GetRemoteName Method

Definition

When overridden in a derived class, returns the name of the client computer.

public:
 virtual System::String ^ GetRemoteName();
public virtual string GetRemoteName ();
abstract member GetRemoteName : unit -> string
override this.GetRemoteName : unit -> string
Public Overridable Function GetRemoteName () As String

Returns

The name of the client computer.

Applies to