Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
AspNet
SignalR
Hosting
Memory
MemoryHost
C# Class Microsoft.AspNet.SignalR.Hosting.Memory.MemoryHost
Inheritance:
RoutingHost
,
IHttpClient
,
IDisposable
显示文件
Open project: SignalR/SignalR
Class Usage Examples
Public Methods
Method
Description
Configure
(
Action
startup
) :
void
Dispose
( ) :
void
MemoryHost
( ) :
System
Protected Methods
Method
Description
CreateHandler
( ) :
HttpMessageHandler
Method Details
Configure()
public
method
public
Configure
(
Action
startup
) :
void
startup
Action
return
void
CreateHandler()
protected
method
protected
CreateHandler
( ) :
HttpMessageHandler
return
HttpMessageHandler
Dispose()
public
method
public
Dispose
( ) :
void
return
void
MemoryHost()
public
method
public
MemoryHost
( ) :
System
return
System