Click or drag to resize

StunMessage Constructor (MessageProtocol, MessageType)

Creates a new STUN message.

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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