Click or drag to resize

BindingRequest Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.NetworkStunContext
      Ozeki.NetworkBindingRequest

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class BindingRequest : StunContext

The BindingRequest type exposes the following members.

Constructors
 NameDescription
Public methodBindingRequestInitializes a new instance of the BindingRequest class
Public methodBindingRequest(Boolean)Initializes a new instance of the BindingRequest class
Top
Properties
 NameDescription
Public propertyMappedAddress
(Inherited from StunContext)
Public propertyRemoteServer
(Inherited from StunContext)
Public propertyRequest
(Inherited from StunContext)
Public propertyResponse
(Inherited from StunContext)
Public propertyTimeOutLimit
(Inherited from StunContext)
Top
Methods
 NameDescription
Protected methodAddAuthenticationAttributes
(Inherited from StunContext)
Public methodCleanUp
(Inherited from StunContext)
Protected methodOnFinished
(Inherited from StunContext)
Protected methodSuccessfulResponse
(Inherited from StunContext)
Top
Events
 NameDescription
Public eventFinished
(Inherited from StunContext)
Top
See Also