SwitchCompressionMethodBuilder.

WithCompressionMethodMethod<T>(T, string) Method

Summary

fluent setter for the method of ISupportSwitchCompressionMethod.

Syntax

public static T WithCompressionMethodMethod<T>(this T this, string method) 
    where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>

Type Parameters

Name Description
T the builder to support the ISupportSwitchCompressionMethod.

Parameters

Name Type Description
this T The this.
method string The method.

Return Value

Type Description
T The builder-instance for fluent re-use.