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.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxPublic Enumeration MessageType
public enum class MessageType
MembersMember name | Value | Description |
---|
BindingRequest | 1 | |
SharedSecretRequest | 2 | |
AllocateRequest | 3 | |
RefreshRequest | 4 | |
CreatePermissionRequest | 8 | |
ChannelBindRequest | 9 | |
Connect | 10 | |
ConnectionBind | 11 | |
ConnectionAttempt | 12 | |
SendIndication | 22 | |
DataIndication | 23 | |
BindingResponse | 257 | |
SharedSecretResponse | 258 | |
AllocateResponse | 259 | |
RefreshResponse | 260 | |
CreatePermissionResponse | 264 | |
ChannelBindResponse | 265 | |
BindingErrorResponse | 273 | |
SharedSecretErrorResponse | 274 | |
AllocateErrorResponse | 275 | |
RefreshErrorResponse | 276 | |
CreatePermissionErrorResponse | 280 | |
ChannelBindErrorResponse | 281 | |
See Also