Click or drag to resize

TurnAuthArgs Class

Arguments for the TurnServer's authentication callback.
Inheritance Hierarchy
SystemObject
  FM.IceLinkTurnAuthArgs

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The TurnAuthArgs type exposes the following members.

Constructors
  NameDescription
Public methodTurnAuthArgs
Initializes a new instance of the TurnAuthArgs class.
Top
Properties
  NameDescription
Public propertyOperation
Gets or sets the operation.
Public propertyRealm
Gets or sets the realm from the request.
Public propertyUsername
Gets or sets the username from the request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also