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: 10.4.54.0
Syntax
public enum MessageType
Members
Member nameValueDescription
BindingRequest1 
SharedSecretRequest2 
AllocateRequest3 
RefreshRequest4 
CreatePermissionRequest8 
ChannelBindRequest9 
Connect10 
ConnectionBind11 
ConnectionAttempt12 
SendIndication22 
DataIndication23 
BindingResponse257 
SharedSecretResponse258 
AllocateResponse259 
RefreshResponse260 
CreatePermissionResponse264 
ChannelBindResponse265 
BindingErrorResponse273 
SharedSecretErrorResponse274 
AllocateErrorResponse275 
RefreshErrorResponse276 
CreatePermissionErrorResponse280 
ChannelBindErrorResponse281 
See Also