Property | Type | Description | |
---|---|---|---|
EndPoint |
Property | Type | Description | |
---|---|---|---|
_s | Socket |
Method | Description | |
---|---|---|
Equals ( object o ) : bool |
ISender objects need to have semantically meaningful Equals.
|
|
GetHashCode ( ) : int |
Uses the EndPoints HashCode.
|
|
Send ( ICopyable data ) : void |
Sends the data over the unicast socket.
|
|
ToString ( ) : string | ||
ToUri ( ) : string | ||
UnicastSender ( Socket s, |
Creates a new unicast sender that will send over the provided socket to the specified endpoint.
|
public Equals ( object o ) : bool | ||
o | object | The object to compare to. |
return | bool |
public UnicastSender ( Socket s, |
||
s | Socket | The socket to use in sending. |
ep | The remote end point to send to. | |
return | System |