RemoteServiceConnections Enum
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.
Identifies the connections that are supported for a remote service connection.
This enumeration supports a bitwise combination of its member values.
public enum class RemoteServiceConnections
[System.Flags]
public enum RemoteServiceConnections
[<System.Flags>]
type RemoteServiceConnections =
Public Enum RemoteServiceConnections
- Inheritance
-
RemoteServiceConnections
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No connection types. |
Multiplexing | 1 | Supports multiplexing channels across the existing stream shared between the remote service broker and its client. |
IpcPipe | 2 | Supports opening an IPC pipe between service and its client. |
ClrActivation | 4 | Supports sharing assembly path and full name of the type that represents the service (e.g. its entrypoint and RPC target). |