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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.