WSHttpBindingBase Methods
.NET Framework 3.5
The WSHttpBindingBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
BuildChannelFactory | Overloaded. Builds the channel factory stack on the client specified by the binding. |
|
BuildChannelListener | Overloaded. Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
|
CanBuildChannelFactory | Overloaded. Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies some specific criteria. |
|
CanBuildChannelListener | Overloaded. Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies some specified criteria. |
|
CreateBindingElements | Returns an ordered collection of binding elements contained in the current binding. (Overrides Binding.CreateBindingElements().) |
|
CreateMessageSecurity | When implemented in a derived class, returns the SecurityBindingElement from the current binding. |
|
Equals | 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.) |
|
GetProperty<T> | Returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from Binding.) |
|
GetTransport | When implemented in a derived class, returns the transport binding element from the current binding. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |