Class hosttype
Class that contains information about the entity hosting the conference. See Section 5.4 of RFC 4575.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class hosttype
Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
displaytext
This element contains information about the entity hosting the conference. Optional.
Declaration
public string displaytext
Field Value
Type | Description |
---|---|
string |
uris
This element contains a set of entry child elements, each containing the URI value and optionally its description. Optional.
Declaration
public uristype uris
Field Value
Type | Description |
---|---|
uristype |
webpage
This element contains HTTP: or HTTPS: URI of a web page describing either the conference service or the user hosting the conference. Optional.
Declaration
public string webpage
Field Value
Type | Description |
---|---|
string |