The methods of the P2PDataMessage class are listed below. For a complete list of P2PDataMessage class members, see the P2PDataMessage Members topic.
![]() | Helper method. Appends one array to the other. The second parameter, appendingArray, can be null. In that case the original byte array is returned and no copy is made. |
![]() | Creates an acknowledgement message to this message. |
![]() | Creates the networkmessage based on the inner contents of the parent message. It invokes the ParseBytes method to parse the inner body contents of the parent message. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Creates a P2P Message. This sets the MessageSize properly. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Parses the given message. |
![]() | Sets the D as acknowledgement in the ParentMessage.ParentMessage. This should be a SBMessage object. |
![]() | Textual presentation. |
![]() | |
![]() | Writes data in the inner message buffer. |
![]() | Writes 4 nul-bytes in the inner body. This message can then be used as a data preparation message. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. Flips the bytes of the unsigned integer. |
![]() | Returns the inner message as a byte array. |
![]() | Creates a shallow copy of the current Object. |
![]() | Called when the innermessage property is set. This sets the ParentMessage property on the inner message object |
![]() | Called when the parent message is set. This sets the InnerMessage property on the parent message object. |
P2PDataMessage Class | XihSolutions.DotMSN.DataTransfer Namespace