ServiceStack.NetStandardPclExportClient.Configure C# (CSharp) Method

Configure() public static method

public static Configure ( ) : PclExportClient
return PclExportClient
        public static PclExportClient Configure()
        {
            Configure(Provider ?? (Provider = new NetStandardPclExportClient()));
            NetStandardPclExport.Configure();
            return Provider;
        }