The methods of the BTConnection class are listed below. For a complete list of BTConnection class members, see the BTConnection Members topic.
![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
Dispose | Releases the resources used by the BTConnection |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WaitForData | The method block till data is available for reading (writting) or the timeout is finished |
Finalize | clear internal object resources |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Connection.GetRecvBuffSize | get size of chunck used in read operations |
Connection.GetRecvTimeout | timeout of reading operations if in blocking mode value is irrelevant |
Connection.GetSendTimeout | Returns timeout of sending operations, if in blocking mode value is irrelevant |
Connection.IsAsync | |
Connection.Recv | Overloaded. |
Connection.Send | Overloaded. |
Connection.SetRecvBuffSize | set size of chunck used in read operations |
Connection.SetRecvTimeout | timeout of reading operations |
Connection.SetSendTimeout | sets timeout of sending operations if in blocking mode value is irrelevant |
Connection.UseAsync |