NetworkInterfaceMessageProperty Class
Represents a network interface message property.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
| Name | Description | |
|---|---|---|
![]() | NetworkInterfaceMessageProperty(Int32) | Initializes a new instance of the NetworkInterfaceMessageProperty class using a specified interfaceIndex. |
| Name | Description | |
|---|---|---|
![]() | InterfaceIndex | Gets the value that specifies the interface index for the message property. |
![]() ![]() | Name | Gets the specified name for the network interface message property. |
| Name | Description | |
|---|---|---|
![]() | AddTo(Message) | Specifies a message to add into the message properties. |
![]() | AddTo(MessageProperties) | Specifies a property to add into the message properties. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | TryGet(Message, NetworkInterfaceMessageProperty) | Attempts to get the NetworkInterfaceMessageProperty from the properties of a specified message. |
![]() ![]() | TryGet(MessageProperties, NetworkInterfaceMessageProperty) | Attempts to get the NetworkInterfaceMessageProperty from a specified collection of message properties. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



