UriParser.OnRegister(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked by the Framework when a UriParser method is registered.
protected:
virtual void OnRegister(System::String ^ schemeName, int defaultPort);
protected virtual void OnRegister (string schemeName, int defaultPort);
abstract member OnRegister : string * int -> unit
override this.OnRegister : string * int -> unit
Protected Overridable Sub OnRegister (schemeName As String, defaultPort As Integer)
Parameters
- defaultPort
- Int32
The port number of the scheme.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.