Click or drag to resize

StunMessage(MessageProtocol, MessageType) Constructor

Creates a new STUN message.

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

Parameters

protocol  MessageProtocol
Which protocol will be used
type  MessageType
Type of the message
See Also