HttpServerChannel.ChannelData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得通道特定資料。
public:
property System::Object ^ ChannelData { System::Object ^ get(); };
public object ChannelData { get; }
member this.ChannelData : obj
Public ReadOnly Property ChannelData As Object
屬性值
ChannelDataStore 執行個體,包含通道專用資料。
實作
備註
雖然傳回為 的 System.Object 實例,但是這個屬性的值可以轉換成 ChannelDataStore 實例,以描述物件所接聽的 HttpServerChannel 通道。