다음을 통해 공유


HubOptions.SupportedProtocols 속성

정의

지원되는 허브 프로토콜 이름의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ SupportedProtocols { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> SupportedProtocols { get; set; }
public System.Collections.Generic.IList<string>? SupportedProtocols { get; set; }
member this.SupportedProtocols : System.Collections.Generic.IList<string> with get, set
Public Property SupportedProtocols As IList(Of String)

속성 값

적용 대상