HttpBinding Module

Functions and values

Function or value Description

DefaultBindingPort

Full Usage: DefaultBindingPort

Returns: Port
Returns: Port

create scheme ip port

Full Usage: create scheme ip port

Parameters:
Returns: HttpBinding

Create a HttpBinding for the given protocol, an IP address to bind to and a port to listen on – this is the strongly typed overload.

scheme : Protocol
ip : IPAddress
port : Port
Returns: HttpBinding

createSimple scheme ip port

Full Usage: createSimple scheme ip port

Parameters:
    scheme : Protocol
    ip : string
    port : int

Returns: HttpBinding

Create a HttpBinding for the given protocol, an IP address to bind to and a port to listen on – this is the "stringly typed" overload.

scheme : Protocol
ip : string
port : int
Returns: HttpBinding

defaults

Full Usage: defaults

Returns: HttpBinding

This is the value of the default HttpBinding.

Returns: HttpBinding