C# Class System.ServiceModel.Channels.Http.HttpListenerManagerTable

Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GetOrCreate ( object serviceHostKey ) : HttpListenerManagerTable
GetOrCreateManager ( Uri uri ) : HttpListenerManager

Private Methods

Method Description
CreateListenerManager ( Uri uri ) : HttpListenerManager
HttpListenerManagerTable ( object serviceHostKey ) : System

Method Details

GetOrCreate() public static method

public static GetOrCreate ( object serviceHostKey ) : HttpListenerManagerTable
serviceHostKey object
return HttpListenerManagerTable

GetOrCreateManager() public method

public GetOrCreateManager ( Uri uri ) : HttpListenerManager
uri System.Uri
return HttpListenerManager