This documentation is archived and is not being maintained.
AddressHeader.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides a unique hash code for an address header.
Namespace:
System.ServiceModel.Channels
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
public override int GetHashCode()
Return Value
Type:
System.Int32A unique hash code for the current address header.
This is the string-based implementation.
GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
The following example shows how to call this method.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0