HttpServer.Initialize Method

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()

See Also

Reference

HttpServer Class

System.Web.Http Namespace