| JSClientHandlerInit Method (String, Int32, OzWebsocketProtocol) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void Init(
	string url,
	int port,
	OzWebsocketProtocol protocol
)
Public Sub Init ( 
	url As String,
	port As Integer,
	protocol As OzWebsocketProtocol
)
public:
void Init(
	String^ url, 
	int port, 
	OzWebsocketProtocol protocol
)
member Init : 
        url : string * 
        port : int * 
        protocol : OzWebsocketProtocol -> unit 
Parameters
- url
 - Type: SystemString
 - port
 - Type: SystemInt32
 - protocol
 - Type: OzWebsocketProtocol
 
See Also