Logo FsShelter

TransportError Type

Union cases

Union case Description

BindFailed(endpoint, exn)

Full Usage: BindFailed(endpoint, exn)

Parameters:
endpoint : PeerEndpoint
exn : exn

ConnectFailed(endpoint, exn)

Full Usage: ConnectFailed(endpoint, exn)

Parameters:
endpoint : PeerEndpoint
exn : exn

Disconnected endpoint

Full Usage: Disconnected endpoint

Parameters:
endpoint : PeerEndpoint

FrameTooLarge length

Full Usage: FrameTooLarge length

Parameters:
    length : int

length : int

MalformedFrame reason

Full Usage: MalformedFrame reason

Parameters:
    reason : string

reason : string

Instance members

Instance member Description

this.IsBindFailed

Full Usage: this.IsBindFailed

Returns: bool
Returns: bool

this.IsConnectFailed

Full Usage: this.IsConnectFailed

Returns: bool
Returns: bool

this.IsDisconnected

Full Usage: this.IsDisconnected

Returns: bool
Returns: bool

this.IsFrameTooLarge

Full Usage: this.IsFrameTooLarge

Returns: bool
Returns: bool

this.IsMalformedFrame

Full Usage: this.IsMalformedFrame

Returns: bool
Returns: bool

Type something to start searching.