Note

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

Access to this page requires authorization. You can try .

StreamUpgradeAcceptor.CanUpgrade(String) Method

Definition

Namespace:
System.ServiceModel.Channels
Assembly:
System.ServiceModel.dll

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.

Determines whether the upgrade requested is supported by this upgrade acceptor.

public:
 abstract bool CanUpgrade(System::String ^ contentType);
public abstract bool CanUpgrade(string contentType);
abstract member CanUpgrade : string -> bool
Public MustOverride Function CanUpgrade (contentType As String) As Boolean

Parameters

contentType
String

The type of content to be checked.

Returns

true if this kind of upgrade is supported; otherwise, false.

Remarks

The developer can inspect the requested content type and determine whether the resulting upgrade can be performed by this upgrade acceptor. This content type comes from the GetNextUpgrade method on the matching upgrade initiator.

Applies to


Feedback

Was this page helpful?