PublisherAddress Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
The class provides information about publisher address of the topic message.
public class PublisherAddress : IIdentifiedDataSerializable
  Implements
Inherited Members
Properties
| Name | Description | 
|---|---|
| ClassId | Gets the identifier of the class.  | 
      
| FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class.  | 
      
| IpEndPoint | IP and Port information belong to publisher.  | 
      
| IsIpV4 | Whether the publisher address type IP v4 or not.  | 
      
| IsIpV6 | Whether the publisher address type IP v6 or not.  | 
      
Methods
| Name | Description | 
|---|---|
| ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput.  | 
      
| WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput.  |