Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HttpEndpoint(string, int, bool)

Declaration

public HttpEndpoint(
    string bindAddress,
    int port,
    bool secure = false
)

Summary

Creates an instance of HttpEndpoint.

Parameters

stringbindAddress The hostname/address to listen on, or null to listen on all interfaces.
intport The port to listen on.
boolsecure Specifies whether this is a secure (HTTPS) endpoint.