Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Sub ParseURL( _ ByVal SourceURL As String, _ ByRef Protocol As String, _ ByRef Host As String, _ ByRef Port As String, _ ByRef Path As String, _ ByRef Page As String, _ ByRef QueryString As String _ ) |
| C# |
|---|
| public abstract void ParseURL( string SourceURL, ref string Protocol, ref string Host, ref string Port, ref string Path, ref string Page, ref string QueryString ) |
| C++ |
|---|
| public: void ParseURL( String SourceURL, String% Protocol, String% Host, String% Port, String% Path, String% Page, String% QueryString ) abstract |
| J# |
|---|
| public abstract void ParseURL( string SourceURL, string Protocol, string Host, string Port, string Path, string Page, string QueryString ) |
| JScript |
|---|
| public abstract
function ParseURL( SourceURL : String, Protocol : String, Host : String, Port : String, Path : String, Page : String, QueryString : String ) |