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
屬性值
用來傳送及接收 IChannel 物件的 Message 物件。
備註
set 存取子受到保護。