C# 클래스 NetMud.Communication.SystemComm

Negotiation and access to ALL player connection descriptors
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
BroadcastToAll ( string message ) : bool

Sends a message to all live descriptors everywhere

BroadcastToAll ( string message, int portNumber ) : bool

Sends a message to all live descriptors on a port

메소드 상세

BroadcastToAll() 공개 정적인 메소드

Sends a message to all live descriptors everywhere
public static BroadcastToAll ( string message ) : bool
message string the message to send
리턴 bool

BroadcastToAll() 공개 정적인 메소드

Sends a message to all live descriptors on a port
public static BroadcastToAll ( string message, int portNumber ) : bool
message string the message to send
portNumber int the port of the connection to send to
리턴 bool