DataServiceRequestArgs Classe
Definição
Representa metadados adicionais que estão incluídos em uma mensagem de solicitação para o WCF Data Services.Represents additional metadata that is included in a request message to WCF Data Services.
public ref class DataServiceRequestArgs
public class DataServiceRequestArgs
type DataServiceRequestArgs = class
Public Class DataServiceRequestArgs
- Herança
-
DataServiceRequestArgs
Construtores
| DataServiceRequestArgs() |
Cria uma nova instância da classe DataServiceRequestArgs.Creates a new instance of the DataServiceRequestArgs class. |
Propriedades
| AcceptContentType |
Obtém ou define o cabeçalho Accept da mensagem de solicitação.Gets or sets the Accept header of the request message. |
| ContentType |
Obtém ou define o cabeçalho Content-Type da mensagem de solicitação.Gets or sets the Content-Type header of the request message. |
| Headers |
Obtém os cabeçalhos na mensagem de solicitação.Gets the headers in the request message. |
| Slug |
Obtém ou define o valor do cabeçalho Slug da mensagem de solicitação.Gets or sets the value of the Slug header of the request message. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |