Table of Contents

Class UpstreamConnectOptions

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll

Carries the requested authority and the optional socket configuration callback down to the connection implementation.

public sealed class UpstreamConnectOptions
Inheritance
UpstreamConnectOptions
Inherited Members

Constructors

UpstreamConnectOptions(string, int, ConfigureUpstreamSocket?)

public UpstreamConnectOptions(string requestedHost, int requestedPort, ConfigureUpstreamSocket? configure)

Parameters

requestedHost string
requestedPort int
configure ConfigureUpstreamSocket

Fields

None

public static readonly UpstreamConnectOptions None

Field Value

UpstreamConnectOptions

Properties

Configure

public ConfigureUpstreamSocket? Configure { get; }

Property Value

ConfigureUpstreamSocket

RequestedHost

public string RequestedHost { get; }

Property Value

string

RequestedPort

public int RequestedPort { get; }

Property Value

int

Methods

Apply(Socket, IPEndPoint)

public void Apply(Socket socket, IPEndPoint remoteEndPoint)

Parameters

socket Socket
remoteEndPoint IPEndPoint