Search Results for

    Show / Hide Table of Contents

    Interface INetworkFactory

    Namespace: Clavusaurus.Cosmos
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INetworkFactory

    Properties

    SupportsClient

    Declaration
    bool SupportsClient { get; }
    Property Value
    Type Description
    Boolean

    SupportsServer

    Declaration
    bool SupportsServer { get; }
    Property Value
    Type Description
    Boolean

    Methods

    CreateBroadcastClient()

    Declaration
    IBroadcastClient CreateBroadcastClient()
    Returns
    Type Description
    IBroadcastClient

    CreateClient()

    Declaration
    IConsoleClient CreateClient()
    Returns
    Type Description
    IConsoleClient

    CreateServer(ICredentialsValidator, ServerSettings)

    Declaration
    IConsoleServer CreateServer(ICredentialsValidator validator, ServerSettings settings)
    Parameters
    Type Name Description
    ICredentialsValidator validator
    ServerSettings settings
    Returns
    Type Description
    IConsoleServer
    ☀
    ☾
    In This Article
    Back to top
    © Clavusaurus Game Software
    ☀
    ☾