다음을 통해 공유


ClientWebSocketOptions.Proxy 속성

정의

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

속성 값

WebSocket 요청에 대한 프록시입니다.

특성

적용 대상