ServerFactory.ServerOptions Struct

Definition

Options that can influence the IPC server.

public struct ServerFactory.ServerOptions : IEquatable<Microsoft.ServiceHub.Framework.ServerFactory.ServerOptions>
type ServerFactory.ServerOptions = struct
Public Structure ServerFactory.ServerOptions
Implements IEquatable(Of ServerFactory.ServerOptions)
Inheritance
ServerFactory.ServerOptions
Implements

Properties

AllowMultipleClients

Gets a value indicating whether to serve more than one incoming client.

Name

Gets the fully-qualified name of the pipe to accept connections to.

TraceSource

Gets the means of logging regarding connection attempts.

Methods

Equals(Object)
Equals(ServerFactory+ServerOptions)
GetHashCode()
ToString()

Operators

Equality(ServerFactory+ServerOptions, ServerFactory+ServerOptions)
Inequality(ServerFactory+ServerOptions, ServerFactory+ServerOptions)

Applies to