UrlParameterWriter Members
.NET Framework 3.0
Writes out-going request parameters for Web services implemented using HTTP with name-value pairs encoded in the URL's query string rather than as a SOAP message.
The following tables list the members exposed by the UrlParameterWriter type.
| Name | Description | |
|---|---|---|
| RequestEncoding | Gets or sets the encoding used to write parameters to the HTTP request.(inherited from UrlEncodedParameterWriter) |
| UsesWriteRequest | Gets a value that indicates whether Web method parameter values are serialized to the out-going HTTP request body.(inherited from MimeParameterWriter) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateInstance | Creates and initializes an instance of a concrete class derived from MimeFormatter. (inherited from MimeFormatter) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetInitializer | Overloaded. (inherited from UrlEncodedParameterWriter) |
| GetInitializers | Overloaded. (inherited from MimeFormatter) |
| GetRequestUrl | Overridden. Writes Web method parameter values to the query string of an HTTP request. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Initialize | Initializes an instance. (inherited from UrlEncodedParameterWriter) |
| InitializeRequest | When overridden in a derived class, initializes the out-going HTTP request. (inherited from MimeParameterWriter) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| WriteRequest | When overridden in a derived class, serializes Web method parameter values into a stream representing the outgoing HTTP request body. (inherited from MimeParameterWriter) |
| Name | Description | |
|---|---|---|
| Encode | Overloaded. (inherited from UrlEncodedParameterWriter) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: