Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prepares the server for operation.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Overridable Sub Initialize
'Usage
Me.Initialize()
protected virtual void Initialize()
protected:
virtual void Initialize()
abstract Initialize : unit -> unit
override Initialize : unit -> unit
protected function Initialize()