Метод | Описание | |
---|---|---|
GetFlashPolicy ( ) : Stream |
Gets policy stream for Flash applications.
|
|
GetSilverlightPolicy ( ) : Stream |
Gets policy stream for Silverlight applications.
|
|
Initialize ( ) : void |
Initializes the web service.
|
|
LoadSettings ( ) : void |
Loads saved web service settings from the config file if the Adapter.PersistSettings property is set to true.
|
|
SaveSettings ( ) : void |
Saves web service settings to the config file if the Adapter.PersistSettings property is set to true.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the web service and optionally releases the managed resources.
|
|
GetServiceAddress ( ) : string |
Gets an address where the ServiceHost will host the service.
|
|
GetUnusedPort ( ) : int |
Get an unused port number.
|
|
InitializeServiceHost ( ) : void |
Initializes the ServiceHost.
|
|
OnServiceHostCreated ( ) : void |
Raises the ServiceHostCreated event.
|
|
OnServiceHostStarted ( ) : void |
Raises the ServiceHostStarted event.
|
|
OnServiceProcessException ( |
Raises the ServiceProcessException event.
|
|
SelfHostingService ( ) : System |
Initializes a new instance of the web service.
|
Метод | Описание | |
---|---|---|
StringToStream ( string result ) : Stream |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |
protected OnServiceProcessException ( |
||
exception | ||
Результат | void |