Sets a new http port on an uri
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
public static Uri SetHTTPInfo(
Uri uri,
int newPort,
string pPath
)
Public Shared Function SetHTTPInfo ( _
uri As Uri, _
newPort As Integer, _
pPath As String _
) As Uri
public:
static Uri^ SetHTTPInfo(
Uri^ uri,
int^ newPort,
String^ pPath
)
Parameters
- uri
- Type: Uri
this uri
- newPort
- Type: Int32
new http port
- pPath
- Type: String
path for the uri
Return Value