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
显示文件 Open project: NetMQ/NetMQ3-x Class Usage Examples

Public Methods

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

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

Private Methods

Method Description
Init ( ) : void

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

InitOptions ( ) : void
InitReceiver ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PgmSocket() public method

public PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
options [
pgmSocketType PgmSocketType
pgmAddress [
return System

ToString() public method

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