WSTrustChannel.Channel 属性

定义

获取或设置用于发送和接收消息的通道对象。

public:  property System::ServiceModel::Channels::IChannel ^ Channel {  public:
System::ServiceModel::Channels::IChannel ^ get(); protected:
 void set(System::ServiceModel::Channels::IChannel ^ value); };
public System.ServiceModel.Channels.IChannel Channel { get; protected set; }
member this.Channel : System.ServiceModel.Channels.IChannel with get, set
Public Property Channel As IChannel

属性值

IChannel

IChannel 对象用来发送和接收 Message对象。

注解

Set 访问器是受保护的。

适用于