.NET Framework Class Library
WebOperationContext Methods
The WebOperationContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
Attach | Attaches the current WebOperationContext instance to the specified OperationContext instance. |
|
CreateAtom10Response(ServiceDocument) | Creates a message formatted according to the Atom 1.0 specification with the specified content. |
|
CreateAtom10Response(SyndicationFeed) | Creates a message formatted according to the Atom 1.0 specification with the specified content. |
|
CreateAtom10Response(SyndicationItem) | Creates a message formatted according to the Atom 1.0 specification with the specified content. |
|
CreateJsonResponse(Of T)(T) | Creates a JSON formatted message. |
|
CreateJsonResponse(Of T)(T, DataContractJsonSerializer) | Creates a JSON formatted message. |
|
CreateStreamResponse(Action(Of Stream), String) | Creates a stream formatted message. |
|
CreateStreamResponse(Stream, String) | Creates a stream formatted message. |
|
CreateStreamResponse(StreamBodyWriter, String) | Creates a stream formatted message. |
|
CreateTextResponse(String) | Creates a text formatted response message. |
|
CreateTextResponse(Action(Of TextWriter), String) | Creates a text formatted message |
|
CreateTextResponse(String, String) | Creates a text formatted message. |
|
CreateTextResponse(Action(Of TextWriter), String, Encoding) | Creates a text formatted message |
|
CreateTextResponse(String, String, Encoding) | Creates a text formatted message. |
|
CreateXmlResponse(XDocument) | Creates an XML formatted message. |
|
CreateXmlResponse(XElement) | Creates an XML formatted message. |
|
CreateXmlResponse(Of T)(T) | Creates an XML formatted message. |
|
CreateXmlResponse(Of T)(T, XmlObjectSerializer) | Creates an XML formatted message. |
|
CreateXmlResponse(Of T)(T, XmlSerializer) | Creates an XML formatted message. |
|
Detach | Detaches the current WebOperationContext instance from the specified OperationContext instance. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUriTemplate | Gets the URI template associated with the specified operation. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also
