Class SdkProxyExtensions
Extension methods for ISdkProxy.
Inherited Members
Namespace: AppstockSDK.Api
Assembly: Appstock.Core.dll
Syntax
public static class SdkProxyExtensions
Methods
Apply(ISdkProxy, SdkConfig)
Sets properties in
sdkProxy
to values that are set in
sdkConfig
.
Declaration
public static void Apply(this ISdkProxy sdkProxy, SdkConfig sdkConfig)
Parameters
Type | Name | Description |
---|---|---|
ISdkProxy | sdkProxy | Proxy to set properties in. |
SdkConfig | sdkConfig | Serializable container of values. |