IRequestHandler Interface

Definition

Provides access to members that control handing of request messages.

public interface class IRequestHandler
[System.ServiceModel.ServiceContract]
public interface IRequestHandler
[<System.ServiceModel.ServiceContract>]
type IRequestHandler = interface
Public Interface IRequestHandler
Derived
Attributes

Methods

ProcessRequestForMessage(Stream)

Provides an entry point for the request.

Applies to