다음을 통해 공유


NetMsmqSecurityElement.Transport 속성

정의

MsmqTransportSecurityElement 바인딩과 연결된 NetMsmqBinding 요소를 가져옵니다.

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement

속성 값

MsmqTransportSecurityElement

MsmqTransportSecurity 바인딩과 연결된 NetMsmqBinding 인스턴스입니다.

특성

설명

이 속성을 사용하면 MSMQ Transport 보안 설정에 액세스할 수 있습니다.

적용 대상