Share via


DkmStandardRemoteTransportConnection.ProxyServer Property

Definition

[Optional] Proxy server used when connecting to this computer. This is null if the debugger is directly connected to the computer.

public:
 property System::String ^ ProxyServer { System::String ^ get(); };
public:
 property Platform::String ^ ProxyServer { Platform::String ^ get(); };
public string ProxyServer { get; }
public string? ProxyServer { get; }
member this.ProxyServer : string
Public ReadOnly Property ProxyServer As String

Property Value

Returns String.

Applies to