Share via


ClientWebSocketOptions.Proxy Proprietà

Definizione

Ottiene o imposta il proxy per le richieste WebSocket.

public:
 property System::Net::IWebProxy ^ Proxy { System::Net::IWebProxy ^ get(); void set(System::Net::IWebProxy ^ value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.IWebProxy? Proxy { get; set; }
public System.Net.IWebProxy Proxy { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Proxy : System.Net.IWebProxy with get, set
member this.Proxy : System.Net.IWebProxy with get, set
Public Property Proxy As IWebProxy

Valore della proprietà

Proxy per le richieste WebSocket.

Attributi

Si applica a