Membri WSHttpBindingBase
.NET Framework 3.0
Provides the base class with members common to the WSHttpBinding and the WSFederationHttpBinding.
Nelle tabelle riportate di seguito sono elencati i membri esposti dal tipo WSHttpBindingBase .
| Nome | Descrizione | |
|---|---|---|
| WSHttpBindingBase | Sottoposto a overload. Initializes a new instance of the WSHttpBindingBase class. |
| Nome | Descrizione | |
|---|---|---|
| BypassProxyOnLocal | Gets or sets a value that indicates whether to bypass the proxy server for local addresses. |
| CloseTimeout | Gets or sets the interval of time provided for a close operation to complete.(ereditato da Binding) |
| EnvelopeVersion | Gets the version of SOAP that is used for messages that are processed by this binding. |
| HostNameComparisonMode | Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI. |
| MaxBufferPoolSize | Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints using this binding. |
| MaxReceivedMessageSize | Gets or sets the maximum size for a message that can be processed by the binding. |
| MessageEncoding | Gets or sets whether MTOM or Text/XML is used to encode SOAP messages. |
| MessageVersion | Gets the message version used by clients and services configured with the binding.(ereditato da Binding) |
| Name | Gets or sets the name of the binding.(ereditato da Binding) |
| Namespace | Gets or sets the XML namespace of the binding.(ereditato da Binding) |
| OpenTimeout | Gets or sets the interval of time provided for an open operation to complete.(ereditato da Binding) |
| ProxyAddress | Gets or sets the URI address of the HTTP proxy. |
| ReaderQuotas | Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
| ReceiveTimeout | Gets or sets the interval of time provided for a receive operation to complete.(ereditato da Binding) |
| ReliableSession | Gets an object that provides convenient access to the properties of a reliable session binding element that are available when using one of the system-provided bindings. |
| Scheme | Gets the URI transport scheme for the channels and listeners that are configured with this binding. |
| SendTimeout | Gets or sets the interval of time provided for a send operation to complete.(ereditato da Binding) |
| TextEncoding | Gets or sets the character encoding that is used for the message text. |
| TransactionFlow | Gets or sets a value that indicates whether this binding should support flowing WS-Transactions. |
| UseDefaultWebProxy | Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available. |
(vedere anche
Metodi protetti
)
In alto
| Nome | Descrizione | |
|---|---|---|
| BuildChannelFactory | Sottoposto a overload. (ereditato da Binding) |
| BuildChannelListener | Sottoposto a overload. (ereditato da Binding) |
| CanBuildChannelFactory | Sottoposto a overload. (ereditato da Binding) |
| CanBuildChannelListener | Sottoposto a overload. (ereditato da Binding) |
| CreateBindingElements | Sottoposto a override. Returns an ordered collection of binding elements contained in the current binding. |
| Equals | Sottoposto a overload. Consente di determinare se due istanze di Object sono uguali. (ereditato da Object) |
| GetHashCode | Funge da funzione hash per un determinato tipo. (ereditato da Object) |
| GetProperty | Returns a typed object requested, if present, from the appropriate layer in the binding stack. (ereditato da Binding) |
| GetType | Ottiene l'oggetto Type dell'istanza corrente. (ereditato da Object) |
| ReferenceEquals | Determina se le istanze di Object specificate rappresentano la stessa istanza. (ereditato da Object) |
| ToString | Restituisce un oggetto String che rappresenta l'oggetto Object corrente. (ereditato da Object) |
| Nome | Descrizione | |
|---|---|---|
| CreateMessageSecurity | When implemented in a derived class, returns the SecurityBindingElement from the current binding. |
| Finalize | Consente a un oggetto Object di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto Object stesso venga recuperato dalla procedura di Garbage Collection. (ereditato da Object) |
| GetTransport | When implemented in a derived class, returns the transport binding element from the current binding. |
| MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (ereditato da Object) |
| Nome | Descrizione | |
|---|---|---|
| System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously | Gets a value that indicates whether incoming requests are handled synchronously or asynchronously. |