TransportConstants Class
Definition
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.
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. |