Share via


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 物件的 Message 物件。

備註

set 存取子受到保護。

適用於