Метод | Описание | |
---|---|---|
ServiceHost ( |
Initializes a new instance of the ServiceHost class.
|
|
ServiceHost ( |
Initializes a new instance of the ServiceHost class.
|
|
ServiceHost ( object singeltonInstance ) : System |
Initializes a new instance of the ServiceHost class.
|
|
ServiceHost ( object singeltonInstance, Profile profile, Flattening enableFlatWsdl ) : System |
Initializes a new instance of the ServiceHost class.
|
Метод | Описание | |
---|---|---|
ApplyConfiguration ( ) : void |
Loads the service description information from the configuration file and applies it to the runtime being constructed.
|
|
InitializeRuntime ( ) : void |
Initializes the runtime for the service host.
|
|
ServiceHost ( ) : System |
Initializes a new instance of the ServiceHost class.
|
Метод | Описание | |
---|---|---|
AddFlatWsdl ( ) : void |
Attaches the flat WSDL extension.
|
|
BindOperation ( |
||
BindOperationsSecondRound ( ) : void | ||
ChangeBindings ( ) : void |
Changes the bindings.
|
|
ChangeSerializer ( ) : void |
Changes the MaxItemsInObjectGraph quota used by the serializer.
|
|
ChangeThrottling ( ) : void |
Changes the throttling behavior.
|
|
CheckConfig ( ) : void |
Configures the ServiceHost instance appropriately.
|
|
ExecuteBootstrapTasks ( ) : void |
public ServiceHost ( |
||
serviceType | ||
Результат | System |
public ServiceHost ( |
||
serviceType | ||
profile | Profile | |
enableFlatWsdl | Flattening | |
Результат | System |
public ServiceHost ( object singeltonInstance ) : System | ||
singeltonInstance | object | |
Результат | System |
public ServiceHost ( object singeltonInstance, Profile profile, Flattening enableFlatWsdl ) : System | ||
singeltonInstance | object | |
profile | Profile | |
enableFlatWsdl | Flattening | |
Результат | System |