Connection.Proxy Property

.NET Framework 4

Gets of sets proxy information for the connection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Property Proxy As IWebProxy 
    Get 
    Set
'Usage
Dim instance As Connection 
Dim value As IWebProxy 

value = instance.Proxy

instance.Proxy = value
public IWebProxy Proxy { get; set; }
public:
property IWebProxy^ Proxy {
    IWebProxy^ get ();
    void set (IWebProxy^ value);
}
member Proxy : IWebProxy with get, set
function get Proxy () : IWebProxy 
function set Proxy (value : IWebProxy)

Property Value

Type: System.Net.IWebProxy
Returns IWebProxy.

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace