다음을 통해 공유


ManagementConfigurationPath.GetBindingProtocols(IServiceProvider) 메서드

정의

현재 바인딩 프로토콜을 가져옵니다.

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)

매개 변수

serviceProvider
IServiceProvider

서비스 공급자입니다.

반환

현재 바인딩 프로토콜을 포함하는 문자열의 컬렉션입니다.

적용 대상