RemoteServiceConnections Enum

Definition

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

ClrActivation 4

Supports sharing assembly path and full name of the type that represents the service (e.g. its entrypoint and RPC target).

IpcPipe 2

Supports opening an IPC pipe between service and its client.

Multiplexing 1

Supports multiplexing channels across the existing stream shared between the remote service broker and its client.

None 0

No connection types.

Applies to