Click or drag to resize

IServiceBusService Properties

The IServiceBusService type exposes the following members.

Properties
  Name Description
Public property ContractInterface Gets or sets the FullName of the contract interface implemented by the web service.
(Inherited from ISelfHostingService)
Public property Domain Gets the AppDomain in which the IAdapter is executing.
(Inherited from IAdapter)
Public property Enabled Gets or sets a boolean value that indicates whether the object is enabled.
(Inherited from ISupportLifecycle)
Public property Endpoints Gets or sets a semicolon delimited list of URIs where the web service can be accessed.
(Inherited from ISelfHostingService)
Public property HostFile Gets or sets the path to the file where the IAdapter is housed.
(Inherited from IAdapter)
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from ISupportLifecycle)
Public property MemoryUsage Gets the memory utilization of the IAdapter in bytes if executing in a separate AppDomain, otherwise NaN.
(Inherited from IAdapter)
Public property Name Gets the name of the object providing status information.
(Inherited from IProvideStatus)
Public property PersistSettings Determines whether the object settings are to be persisted to the config file.
(Inherited from IPersistSettings)
Public property ProcessorUsage Gets the % processor utilization of the IAdapter if executing in a separate AppDomain otherwise NaN.
(Inherited from IAdapter)
Public property PublishMetadata Gets or sets a boolean value that indicates whether web service metadata is to made available at all web service Endpoints.
(Inherited from ISelfHostingService)
Public property SecurityPolicy Gets or sets the FullName of IAuthorizationPolicy to be used for securing all web service Endpoints.
(Inherited from ISelfHostingService)
Public property ServiceHost Gets the ServiceHost hosting the web service.
(Inherited from ISelfHostingService)
Public property SettingsCategory Gets or sets the category name under which the object settings are persisted in the config file.
(Inherited from IPersistSettings)
Public property Singleton Gets or sets a boolean value that indicates whether the ServiceHost will use the current instance of the web service for processing requests or base the web service instance creation on InstanceContextMode specified in its ServiceBehaviorAttribute.
(Inherited from ISelfHostingService)
Public property Status Gets the current status details about object providing status information.
(Inherited from IProvideStatus)
Public property TypeName Gets or sets the text representation of the IAdapter's TypeName.
(Inherited from IAdapter)
Top
See Also