Show / Hide Table of Contents

    Interface IRpcClientFactory

    Namespace: Catalyst.Abstractions.Rpc
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IRpcClientFactory

    Methods

    | Improve this Doc View Source

    GetClient(X509Certificate2, IRpcClientConfig)

    Declaration
    Task<IRpcClient> GetClient(X509Certificate2 certificate, IRpcClientConfig clientConfig)
    Parameters
    Type Name Description
    System.Security.Cryptography.X509Certificates.X509Certificate2 certificate
    IRpcClientConfig clientConfig
    Returns
    Type Description
    System.Threading.Tasks.Task<IRpcClient>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network