ProtocolProvider Class
Enables new protocol bindings to be added to a site.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ProtocolProvider(IServiceProvider) | Initializes a new instance of the ProtocolProvider class. |
| Name | Description | |
|---|---|---|
![]() | IsIPPortProtocol | When overridden in a derived class, gets a value indicating whether the IPPort is supported by the ProtocolProvider object. |
![]() | SiteUpdated | Gets or sets the ProtocolProvider.SiteUpdatedEventHandler delegate to use when the site is updated. |
![]() | SupportedProtocol | When overridden in a derived class, gets the supported protocol. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSitesTaskList() | When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when no specific site is selected. |
![]() | GetSiteTaskList(String, ICollection<String>) | When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when a specific site is selected. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateSite(String, SiteAction) | Creates a new ProtocolProvider.SiteUpdatedEventHandler delegate with the SiteUpdatedEventArgs object, which contains the site name and site action. |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider.GetService(Type) | Gets the service object of the specified type. |
The object is registered by the IExtensibilityManager interface.
Notes to Inheritors:
When you inherit from ProtocolProvider, you must override the following members: GetSitesTaskList and GetSiteTaskList.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




