SslStreamSecurityBindingElement.CanBuildChannelFactory<TChannel> 메서드

정의

지정된 형식의 채널 팩터리를 빌드할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
generic <typename TChannel>
 override bool CanBuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context);
override this.CanBuildChannelFactory : System.ServiceModel.Channels.BindingContext -> bool
Public Overrides Function CanBuildChannelFactory(Of TChannel) (context As BindingContext) As Boolean

형식 매개 변수

TChannel

채널 팩터리의 유형입니다.

매개 변수

반품

true지정된 형식의 채널 팩터리를 빌드할 수 있으면 이고, 그렇지 않으면 . false

예외

contextnull입니다.

설명

채널 팩터리를 만들기 전에 이 메서드를 호출해야 합니다.

적용 대상