Click or drag to resize
MessageType Enumeration
The message type defines the message class (request, success response, failure response, or indication) and the message method (the primary function) of the STUN message.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum MessageType
Members
  Member nameValueDescription
SharedSecretRequest2
SharedSecretResponse258
SharedSecretErrorResponse274
BindingRequest1
BindingResponse257
BindingErrorResponse273
AllocateRequest3
AllocateResponse259
AllocateErrorResponse275
RefreshRequest4
RefreshResponse260
RefreshErrorResponse276
SendIndication22
DataIndication23
CreatePermissionRequest8
CreatePermissionResponse264
CreatePermissionErrorResponse280
ChannelBindRequest9
ChannelBindResponse265
ChannelBindErrorResponse281
Connect10
ConnectionBind11
ConnectionAttempt12
See Also