Share via


BackendHttpSettings.Protocol Property

 

Optional. Protocol

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public Protocol Protocol { get; set; }
public:
property Protocol Protocol {
    Protocol get();
    void set(Protocol value);
}
member Protocol : Protocol with get, set
Public Property Protocol As Protocol

Property Value

Type: Microsoft.WindowsAzure.Management.Network.Models.Protocol

See Also

BackendHttpSettings Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top