Gets or sets the protocol specific IConfigurationFrame used to send to clients for protocol parsing.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IConfigurationFrame ConfigurationFrame { get; set; }
Public Overridable Property ConfigurationFrame As IConfigurationFrame Get Set
public: virtual property IConfigurationFrame^ ConfigurationFrame { IConfigurationFrame^ get (); void set (IConfigurationFrame^ value); }