Interface IProtoClientInitializer<TClient>

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Defines a client initializer for a specific client type.

public interface IProtoClientInitializer<TClient> : IProtoClientInitializer where TClient : class

Type Parameters

TClient

The type under which the client is registered in the execution context.

Inherited Members
Extension Methods