WsHttpServiceHost Members

The following tables list the members exposed by the WsHttpServiceHost type.

Public Constructors

Name Description
Public Method WsHttpServiceHost Creates a WsHttpServiceHost object that represents a HTTP service host.

Public Properties

Name Description
Public Property Static MaxReadPayload Gets the maximum message size this transport service will accept.
Public Property MaxThreadCount Gets or sets the maximum number of processing threads for an HTTP request.
Public Property Port Gets the listener's port number.
Public Property ServiceEndpoints Gets a collection of service endpoints for this service host.

Public Methods

Name Description
Public Method Listen Creates the HTTP server's socket listener.
Public Method Start Places the HTTP server in a listening state.
Public Method Stop Stops the HTTP service.

See Also

Reference

WsHttpServiceHost Class
Ws.Services.Transport.HTTP Namespace