TransportConstants Class

Definition

Constants related to transport service URLs used by the Agents framework.

public static class TransportConstants
type TransportConstants = class
Public Class TransportConstants
Inheritance
TransportConstants

Fields

Name Description
NamedPipeUriPrefix

The URI prefix for the named pipe transport. Activities whose ServiceUrl starts with this value are delivered over a local named pipe rather than HTTP.

Methods

Name Description
IsNamedPipeServiceUrl(String)

Returns true when the service URL indicates the named pipe transport.

IsNamedPipeUri(Uri)

Returns true when the URI is a named pipe transport URI.

Applies to