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