RemoteServiceConnectionInfo Struct
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.
Describes how to connect to a provisioned remote service.
public value class RemoteServiceConnectionInfo
public struct RemoteServiceConnectionInfo
type RemoteServiceConnectionInfo = struct
Public Structure RemoteServiceConnectionInfo
- Inheritance
-
RemoteServiceConnectionInfo
Remarks
An initialized instance of this struct is expected to represent exactly one connection mechanism.
Properties
ClrActivation |
Gets or sets instructions to activate the service within the client process. |
IsEmpty |
Gets a value indicating whether this instance represents no connection information. |
MultiplexingChannelId |
Gets or sets the ID of the channel created over the remote service broker's multiplexing stream where the activated service is listening. |
PipeName |
Gets or sets the name of an IPC pipe to connect to where the activated service is listening. On Windows this is a named pipe, whereas on OSX/Linux this is the path to a unix domain socket. |
RequestId |
Gets or sets the ID assigned to the service request that this instance is in response to. |
Methods
IsOneOf(RemoteServiceConnections) |
Checks whether this instance contains instructions for any of a set of connection types. |