This topic has not yet been rated - Rate this topic

WebHttpBehavior Class

Enables the Web programming model for a service.

System.Object
  System.ServiceModel.Description.WebHttpBehavior
    System.ServiceModel.Description.WebScriptEnablingBehavior

Namespace:  System.ServiceModel.Description
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)
public class WebHttpBehavior : IEndpointBehavior

The WebHttpBehavior type exposes the following members.

  Name Description
Public method WebHttpBehavior Initializes a new instance of the WebHttpBehavior class.
Top
  Name Description
Public property AutomaticFormatSelectionEnabled Gets or sets a value that determines if automatic format selection is enabled.
Public property DefaultBodyStyle Gets and sets the default message body style.
Public property DefaultOutgoingRequestFormat Gets and sets the default outgoing request format.
Public property DefaultOutgoingResponseFormat Gets and sets the default outgoing response format.
Public property FaultExceptionEnabled Gets or sets the flag that specifies whether a FaultException is generated when an internal server error (HTTP status code: 500) occurs.
Public property HelpEnabled Gets or sets a value that determines if the Help page is enabled.
Protected property JavascriptCallbackParameterName Gets or sets the JavaScript callback parameter name.
Top
  Name Description
Public method AddBindingParameters Implements the AddBindingParameters(ServiceEndpoint, BindingParameterCollection) method to pass data at runtime to bindings to support custom behavior.
Protected method AddClientErrorInspector Adds a client error inspector to the specified service endpoint.
Protected method AddServerErrorHandlers Override this method to change the way errors that occur on the service are handled.
Public method ApplyClientBehavior Implements the ApplyClientBehavior(ServiceEndpoint, ClientRuntime) method to support modification or extension of the client across an endpoint.
Public method ApplyDispatchBehavior Implements the ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) method to support modification or extension of the client across an endpoint.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetOperationSelector Creates a new WebHttpDispatchOperationSelector object.
Protected method GetQueryStringConverter Gets the query string converter.
Protected method GetReplyClientFormatter Gets the reply formatter on the client for the specified endpoint and service operation.
Protected method GetReplyDispatchFormatter Gets the reply formatter on the service for the specified endpoint and service operation.
Protected method GetRequestClientFormatter Gets the request formatter on the client for the specified service operation and endpoint.
Protected method GetRequestDispatchFormatter Gets the request formatter on the service for the given service operation and service endpoint.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Validate Confirms that the endpoint meets the requirements for the Web programming model.
Protected method ValidateBinding Ensures the binding is valid for use with the WCF Web Programming Model.
Top

The WebHttpBehavior behavior, when used in conjunction with the WebHttpBinding binding, enables to expose and access Web style services. WebServiceHost automatically adds this behavior to endpoints that use the WebHttpBinding.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ