The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StreamUpgradeBindingElement::BuildServerStreamUpgradeProvider Method (BindingContext^)
.NET Framework (current version)
Creates an instance on the server of the StreamUpgradeProvider based on the channel context provided.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: virtual StreamUpgradeProvider^ BuildServerStreamUpgradeProvider( BindingContext^ context ) abstract
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
The BindingContext for the entire channel stack.
Return Value
Type: System.ServiceModel.Channels::StreamUpgradeProvider^An instance of the StreamUpgradeProvider.
This method is called when opening the service and provides a custom implementation of the StreamUpgradeProviderabstract class.
The BindingContext parameter enables reacting to other elements in the channel stack.
.NET Framework
Available since 3.0
Available since 3.0
Show: