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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.