StunMessage Constructor (MessageProtocol, MessageType) |
Creates a new STUN message.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public StunMessage(
MessageProtocol protocol,
MessageType type
)
Public Sub New (
protocol As MessageProtocol,
type As MessageType
)
public:
StunMessage(
MessageProtocol protocol,
MessageType type
)
new :
protocol : MessageProtocol *
type : MessageType -> StunMessage
Parameters
- protocol
- Type: Ozeki.NetworkMessageProtocol
Which protocol will be used - type
- Type: Ozeki.NetworkMessageType
Type of the message
See Also