C# Class Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_CLIENT_CONNECTION_INFO

The data structure of AUX_CLIENT_CONNECTION_INFO
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ConnectionAttempts short
ConnectionContextInfo string
ConnectionFlags int
ConnectionGUID System.Guid
OffsetConnectionContextInfo short
Reserved short

Public Methods

Method Description
Serialize ( ) : byte[]

Serializes AUX_CLIENT_CONNECTION_INFO to a byte array

Method Details

Serialize() public method

Serializes AUX_CLIENT_CONNECTION_INFO to a byte array
public Serialize ( ) : byte[]
return byte[]

Property Details

ConnectionAttempts public_oe property

The number of connection attempts.
public short ConnectionAttempts
return short

ConnectionContextInfo public_oe property

A null-terminated Unicode string that contains opaque connection context information to be logged by the server.
public string ConnectionContextInfo
return string

ConnectionFlags public_oe property

A value of 0x0001 for this field means that the client is running in cached mode. A value of 0x0000 means that the client is not designating a mode of operation.
public int ConnectionFlags
return int

ConnectionGUID public_oe property

The GUID of the connection to the server.
public Guid,System ConnectionGUID
return System.Guid

OffsetConnectionContextInfo public_oe property

The offset from the beginning of the AUX_HEADER structure to the ConnectionContextInfo field.
public short OffsetConnectionContextInfo
return short

Reserved public_oe property

Padding to enforce alignment of the data on a 4-byte field.
public short Reserved
return short