|
| static void | InvokeOnEvent (S2SPeerBase peer, IEventData eventData, SendParameters sendParameters) |
| | Invokes S2SPeerBase.OnEvent. This method is useful for testing. More...
|
| |
| static void | InvokeOnMessage (PeerBase peer, OperationResponse operationResponse, SendParameters sendParameters) |
| |
| static void | InvokeOnOperationRequest (PeerBase peer, OperationRequest operationRequest, SendParameters sendParameters) |
| | Invokes PeerBase.OnOperationRequest. This method is useful for testing. More...
|
| |
| static void | InvokeOnOperationResponse (S2SPeerBase peer, OperationResponse operationResponse, SendParameters sendParameters) |
| | Invokes S2SPeerBase.OnOperationResponse. This method is useful for testing. More...
|
| |
| static void | SimulateDisconnect (PeerBase peer) |
| | This method simlates a disconnect. This method is useful for testing. More...
|
| |
| static void | SimulateReceive (PeerBase peer, byte[] data, SendParameters sendParameters) |
| | This method simulates that data was received from a client. More...
|
| |
| static void | SimulateOnInit (IPhotonPeer nativePeer, byte[] data, byte channelCount) |
| |
This class provides access to some internal members of PeerBase and S2SPeerBase In general these methods are indended for testing.