Share via


ManagementConfigurationPath.GetBindingProtocols(IServiceProvider) Method

Definition

Gets the current binding protocols.

public:
 System::Collections::Generic::ICollection<System::String ^> ^ GetBindingProtocols(IServiceProvider ^ serviceProvider);
public System.Collections.Generic.ICollection<string> GetBindingProtocols (IServiceProvider serviceProvider);
member this.GetBindingProtocols : IServiceProvider -> System.Collections.Generic.ICollection<string>
Public Function GetBindingProtocols (serviceProvider As IServiceProvider) As ICollection(Of String)

Parameters

serviceProvider
IServiceProvider

A service provider.

Returns

A collection of strings that contain the current binding protocols.

Applies to