WSTrustChannel.Channel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于发送和接收消息的通道对象。
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
属性值
注解
Set 访问器是受保护的。