ManagementConfigurationPath.GetBindingProtocols(IServiceProvider) Method
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.
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.