Click or drag to resize

ServiceProxyCodeAssemblyContent Property

Gets or sets the proxy code assembly (dll) value represented in byte[], so it can be serialized and loaded.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public byte[] ProxyCodeAssemblyContent { get; set; }

Property Value

Type: Byte
The content of the proxy code assembly.
See Also