hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a socket address that extends ISGISocketAddress.

    interface ISGROSocketAddress {
        GetAddress(): string;
        GetHostName(): string;
        GetPort(): number;
        IsAddressValid(): boolean;
        SetAddress(address: string): boolean;
        SetHostName(hostname: string): boolean;
        SetPort(port: number): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods