Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StreamUpgradeInitiator Class

Definition

Namespace:
System.ServiceModel.Channels
Assemblies:
System.ServiceModel.dll, System.ServiceModel.NetFramingBase.dll
Assembly:
System.ServiceModel.dll
Packages:
System.ServiceModel.NetFramingBase v10.0.652802, System.ServiceModel.Primitives v10.0.652802
Source:
StreamUpgradeInitiator.cs
Source:
StreamUpgradeInitiator.cs

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.

To implement a custom upgrade initiator, inherit from this abstract base class.

public ref class StreamUpgradeInitiator abstract
public abstract class StreamUpgradeInitiator
type StreamUpgradeInitiator = class
Public MustInherit Class StreamUpgradeInitiator
Inheritance
StreamUpgradeInitiator
Derived

Remarks

An example of a stream upgrade is to build a compression stream directly on top of the transport stream. This class is used with StreamUpgradeAcceptor and StreamUpgradeProvider to implement a custom stream upgrade.

For a detailed description of the upgrade process, see StreamUpgradeProvider.

Constructors

Name Description
StreamUpgradeInitiator()

Initializes a new instance of the StreamUpgradeInitiator class.

Methods

Name Description
BeginInitiateUpgrade(Stream, AsyncCallback, Object)

This abstract method can be implemented to do asynchronous processing that initiates an upgrade.

EndInitiateUpgrade(IAsyncResult)

This method is the asynchronous callback method that is called after BeginInitiateUpgrade(Stream, AsyncCallback, Object) has completed.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetNextUpgrade()

Returns the content type of the next upgrade to be performed.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitiateUpgrade(Stream)

Initiates the upgrade of the stream by requesting the other end of its connection to upgrade the channel transport layer.

InitiateUpgradeAsync(Stream)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also


Feedback

Was this page helpful?