Click or drag to resize
StunMessage Constructor (MessageProtocol, MessageType)
Creates a new STUN message.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public StunMessage(
	MessageProtocol protocol,
	MessageType type
)

Parameters

protocol
Type: Ozeki.NetworkMessageProtocol
Which protocol will be used
type
Type: Ozeki.NetworkMessageType
Type of the message
See Also