ProtocolProvider.SupportedProtocol Property

Definition

When overridden in a derived class, gets the supported protocol.

public:
 virtual property System::String ^ SupportedProtocol { System::String ^ get(); };
public virtual string SupportedProtocol { get; }
member this.SupportedProtocol : string
Public Overridable ReadOnly Property SupportedProtocol As String

Property Value

The supported protocol. The default is "http".

Applies to