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

The data structure of AUX_CLIENT_CONNECTION_INFO
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ConnectionAttempts short
ConnectionContextInfo string
ConnectionFlags int
ConnectionGUID System.Guid
OffsetConnectionContextInfo short
Reserved short

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serializes AUX_CLIENT_CONNECTION_INFO to a byte array

Method Details

Serialize() public méthode

Serializes AUX_CLIENT_CONNECTION_INFO to a byte array
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

ConnectionAttempts public_oe property

The number of connection attempts.
public short ConnectionAttempts
Résultat 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
Résultat 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
Résultat int

ConnectionGUID public_oe property

The GUID of the connection to the server.
public Guid,System ConnectionGUID
Résultat System.Guid

OffsetConnectionContextInfo public_oe property

The offset from the beginning of the AUX_HEADER structure to the ConnectionContextInfo field.
public short OffsetConnectionContextInfo
Résultat short

Reserved public_oe property

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