Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Creates an instance of StreamUpgradeInitiator.

Namespace:   System.ServiceModel.Channels
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).

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
Return to top
Show:
© 2017 Microsoft