C# Class NetMQ.Core.Transports.Pgm.PgmSocket

A PgmSocket utilizes the Pragmatic General Multicast (PGM) multicast protocol, which is also referred to as "reliable multicast". This is only supported on Windows when Microsoft Message Queueing (MSMQ) is installed. See RFC 3208.
Inheritance: IDisposable
Afficher le fichier Open project: NetMQ/NetMQ3-x Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
ToString ( ) : string

Override the ToString method to produce a more descriptive, useful description.

Private Methods

Méthode Description
Init ( ) : void

Perform initialization of this PgmSocket, including creating the socket handle.

InitOptions ( ) : void
InitReceiver ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PgmSocket() public méthode

public PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
options [
pgmSocketType PgmSocketType
pgmAddress [
Résultat System

ToString() public méthode

Override the ToString method to produce a more descriptive, useful description.
public ToString ( ) : string
Résultat string