Click or drag to resize

ClientChannelVersion Property

Returns the implementation version of the ClientChannel.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public string Version { get; }

Return Value

Type: String
The implementation version of the ClientChannel.
Remarks
The syntax of the returned string consists of four positive decimal integers separated by periods ".", for example "1.9.2042.25539". These four integers represent the major, minor, build and private version numbers, respectively.
See Also