StreamUpgradeBindingElement Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a custom stream upgrade provider to a custom binding.
public ref class StreamUpgradeBindingElement abstract : System::ServiceModel::Channels::BindingElement
public abstract class StreamUpgradeBindingElement : System.ServiceModel.Channels.BindingElement
type StreamUpgradeBindingElement = class
inherit BindingElement
Public MustInherit Class StreamUpgradeBindingElement
Inherits BindingElement
- Inheritance
- Derived
To indicate that a custom stream upgrade provider should be used, implement a binding element that implements this abstract
class on the custom binding.
This abstract
class is implemented by:
Stream |
Initializes a new instance of the StreamUpgradeBindingElement class. |
Stream |
Initializes a new instance of the StreamUpgradeBindingElement class from an existing instance. |
Build |
Initializes a channel factory for producing channels of a specified type from the binding context. (Inherited from BindingElement) |
Build |
Initializes a channel listener to accept channels of a specified type from the binding context. (Inherited from BindingElement) |
Build |
Creates an instance on the client of the StreamUpgradeProvider based on the channel context provided. |
Build |
Creates an instance on the server of the StreamUpgradeProvider based on the channel context provided. |
Can |
Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel. (Inherited from BindingElement) |
Can |
Returns a value that indicates whether the binding element can build a listener for a specific type of channel. (Inherited from BindingElement) |
Clone() |
When overridden in a derived class, returns a copy of the binding element object. (Inherited from BindingElement) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
When overridden in a derived class, returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from BindingElement) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: