HttpServerChannel.Item[Object] Property

Definition

Returns the specified channel property.

public:
 virtual property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public override object this[object key] { get; set; }
member this.Item(obj) : obj with get, set
Default Public Overrides Property Item(key As Object) As Object

Parameters

key
Object

The key of the channel property to retrieve.

Property Value

A Object that represents the channel property specified by key.

Applies to