|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
WMI Network Protocol
Field Summary | |
---|---|
System.Management.ManagementObject | protocol |
NetSamples.Common.Management.NetworkProtocol[] | protocols |
Constructor Summary | |
---|---|
NetworkProtocol(System.Management.ManagementObject mgmtobject) Constructor |
Property Summary | |
---|---|
string |
Caption
Caption |
bool |
ConnectionlessService
Is Protocol Connectionless ? |
string |
Description
Description |
bool |
GuaranteesDelivery
Does protocol guarantee delivery ? |
bool |
GuaranteesSequencing
Does protocol guarantee sequencing ? |
string |
InstallDate
Protocol install date |
object |
Item[string key] Indexer |
uint |
MaximumAddressSize
Max Address size |
uint |
MaximumMessageSize
Max message size |
bool |
MessageOriented
Is protocol message oriented ? |
uint |
MinimumAddressSize
Min address size |
string |
Name
Name |
NetSamples.Common.Management.NetworkProtocol[] |
Protocols
All protocols collection |
bool |
PseudoStreamOriented
Is protocol pseudo stream oriented ? |
string |
Status
Status |
bool |
SupportsBroadcasting
Does protocol support broadcast ? |
bool |
SupportsConnectData
Does protocol support connect data ? |
bool |
SupportsDisconnectData
Does protocol support disconnect data ? |
bool |
SupportsEncryption
Does protocol support encryption ? |
bool |
SupportsExpeditedData
Support for expidited data ? |
bool |
SupportsFragmentation
Support for fragmentation ? |
bool |
SupportsGracefulClosing
Support for graceful close ? |
bool |
SupportsGuaranteedBandwidth
Guaranteed bandwidth ? |
bool |
SupportsMulticasting
Support for multicast ? |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private System.Management.ManagementObject protocol
private NetSamples.Common.Management.NetworkProtocol[] protocols
Constructor Detail |
---|
internal NetworkProtocol(System.Management.ManagementObject mgmtobject)
Constructor
Property Detail |
---|
public string Caption
Caption
public bool ConnectionlessService
Is Protocol Connectionless ?
public string Description
Description
public bool GuaranteesDelivery
Does protocol guarantee delivery ?
public bool GuaranteesSequencing
Does protocol guarantee sequencing ?
public string InstallDate
Protocol install date
public object this[string key]
Indexer
public uint MaximumAddressSize
Max Address size
public uint MaximumMessageSize
Max message size
public bool MessageOriented
Is protocol message oriented ?
public uint MinimumAddressSize
Min address size
public string Name
Name
public NetSamples.Common.Management.NetworkProtocol[] Protocols
All protocols collection
public bool PseudoStreamOriented
Is protocol pseudo stream oriented ?
public string Status
Status
public bool SupportsBroadcasting
Does protocol support broadcast ?
public bool SupportsConnectData
Does protocol support connect data ?
public bool SupportsDisconnectData
Does protocol support disconnect data ?
public bool SupportsEncryption
Does protocol support encryption ?
public bool SupportsExpeditedData
Support for expidited data ?
public bool SupportsFragmentation
Support for fragmentation ?
public bool SupportsGracefulClosing
Support for graceful close ?
public bool SupportsGuaranteedBandwidth
Guaranteed bandwidth ?
public bool SupportsMulticasting
Support for multicast ?
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |