SendingRequestEventArgs Classe
Definição
Usado com o evento SendingRequest para fornecer acesso à instância de HttpWebRequest que o cliente está prestes a enviar para o serviço de dados de destino.Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service.
public ref class SendingRequestEventArgs : EventArgs
public class SendingRequestEventArgs : EventArgs
type SendingRequestEventArgs = class
inherit EventArgs
Public Class SendingRequestEventArgs
Inherits EventArgs
- Herança
Propriedades
| Request |
Obtém ou define a instância de HttpWebRequest prestes a ser enviada pela biblioteca de clientes para o serviço de dados.Gets or sets the HttpWebRequest instance about to be sent by the client library to the data service. |
| RequestHeaders |
Obtém os cabeçalhos de protocolo de coleção associados à solicitação para o serviço de dados.Gets the collection protocol headers that are associated with the request to the data service. |
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) |