public class MulticastClientTransport : IClientTransport,
IDisposable
Public Class MulticastClientTransport
Implements IClientTransport, IDisposable
public ref class MulticastClientTransport : IClientTransport,
IDisposable
type MulticastClientTransport =
class
interface IClientTransport
interface IDisposable
end
MulticastClientTransport | Creates a new instance of the MulticastClientTransport |
MaximumAllowedQuerySize | The maximum allowed size of queries in bytes |
SupportsMulticastTransfer | Returns a value indicating if the transport supports multicast communication |
SupportsPooledConnections | Returns a value indicating if the transport supports pooled connections |
SupportsReliableTransfer | Returns a value indicating if the transport is reliable |
ConnectAsync | Creates a new connection to a server |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |