ProtocolVersion contains the strings which the .NET ServiceProvider understands
for the protocol in the StartApplicationSession() interface.
PROTOCOL_VERSION_4_1 (and later) are the only officially supported protocol, but
PROTOCOL_VERSION_3_0, PROTOCOL_VERSION_3_1, and PROTOCOL_VERSION_4_0 are also there if you want to attempt to
use an earlier protocol version.
| C# | Visual Basic | Visual C++ |
public class DmccProtocolVersion
Public Class DmccProtocolVersion
public ref class DmccProtocolVersion
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| ServiceProvider..::.DmccProtocolVersion()()() | ||
| PROTOCOL_VERSION_3_0 |
DMCC Protocol Version 3.0
| |
| PROTOCOL_VERSION_3_1 |
DMCC Protocol Version 3.0
| |
| PROTOCOL_VERSION_4_0 |
DMCC Protocol Version 4.0
| |
| PROTOCOL_VERSION_4_1 |
DMCC Protocol Version 4.1
|
| Object | |
| ServiceProvider..::.DmccProtocolVersion | |
Assembly: ServiceProvider (Module: ServiceProvider)