HttpServerChannel.ChannelData 属性

定义

获取通道特定的数据。Gets channel-specific data.

public:
 property System::Object ^ ChannelData { System::Object ^ get(); };
public object ChannelData { get; }
member this.ChannelData : obj
Public ReadOnly Property ChannelData As Object

属性值

Object

包含特定于信道的数据的 ChannelDataStore 实例。A ChannelDataStore instance that contains channel-specific data.

实现

注解

尽管作为的实例返回 System.Object ,但可以将此属性的值强制转换为 ChannelDataStore 说明对象所侦听的通道的实例 HttpServerChannelAlthough returned as an instance of System.Object, the value of this property can be cast to an instance of ChannelDataStore describing the channel to which the HttpServerChannel object listens.

适用于