ChannelParameterCollection.Channel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the channel whose parameters are in this collection.
protected:
virtual property System::ServiceModel::Channels::IChannel ^ Channel { System::ServiceModel::Channels::IChannel ^ get(); };
protected virtual System.ServiceModel.Channels.IChannel Channel { get; }
member this.Channel : System.ServiceModel.Channels.IChannel
Protected Overridable ReadOnly Property Channel As IChannel
Property Value
The IChannel whose parameters are in this collection.
Remarks
This property is set to channel
when ChannelParameterCollection is called.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.