ProtocolProvider.SupportedProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".