Share via


IWithFrontendPort<ReturnT>.FromFrontendPort(Int32) Method

Definition

Specifies the frontend port to receive network traffic on.

public ReturnT FromFrontendPort (int port);
abstract member FromFrontendPort : int -> 'ReturnT
Public Function FromFrontendPort (port As Integer) As ReturnT

Parameters

port
Int32

A port number.

Returns

ReturnT

Applies to