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.
StreamUpgradeProvider::CreateUpgradeInitiator Method (EndpointAddress^, Uri^)
.NET Framework (current version)
Creates an instance of StreamUpgradeInitiator.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: virtual StreamUpgradeInitiator^ CreateUpgradeInitiator( EndpointAddress^ remoteAddress, Uri^ via ) abstract
Parameters
- remoteAddress
-
Type:
System.ServiceModel::EndpointAddress^
Endpoint address for the channel.
- via
-
Type:
System::Uri^
The address of the Via URI (an intermediate URI through which communication may be routed).
Return Value
Type: System.ServiceModel.Channels::StreamUpgradeInitiator^Returns an instance of StreamUpgradeInitiator.
This method creates the associated StreamUpgradeInitiator for this upgrade provider that creates upgrade requests for the matching StreamUpgradeAcceptor at the endpoint provided.
.NET Framework
Available since 3.0
Available since 3.0
Show: