C-DEngine 5.105

UriExtensions..::..SetWSInfo Method

Changes the WebSockets information to an URI

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static Uri SetWSInfo(
	Uri uri,
	int newPort,
	string pPath
)
Public Shared Function SetWSInfo ( _
	uri As Uri, _
	newPort As Integer, _
	pPath As String _
) As Uri
public:
static Uri^ SetWSInfo(
	Uri^ uri, 
	int^ newPort, 
	String^ pPath
)

Parameters

uri
Type: Uri
this Uri
newPort
Type: Int32
new WebSocket Port
pPath
Type: String
Path for the uri

Return Value