C# Class java.net.MulticastSocket

Inheritance: java.net.DatagramSocket
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
MulticastSocket ( int arg0 )
MulticastSocket ( java arg0 )
bind ( java arg0 ) : void
getInterface ( ) : global::java.net.InetAddress
getLoopbackMode ( ) : bool
getNetworkInterface ( ) : global::java.net.NetworkInterface
getTTL ( ) : byte
getTimeToLive ( ) : int
joinGroup ( java arg0 ) : void
joinGroup ( java arg0, java arg1 ) : void
leaveGroup ( java arg0 ) : void
leaveGroup ( java arg0, java arg1 ) : void
send ( java arg0, byte arg1 ) : void
setInterface ( java arg0 ) : void
setLoopbackMode ( bool arg0 ) : void
setNetworkInterface ( java arg0 ) : void
setTTL ( byte arg0 ) : void
setTimeToLive ( int arg0 ) : void

Protected Methods

Method Description
MulticastSocket ( global @__env )

Private Methods

Method Description
MulticastSocket ( )

Method Details

MulticastSocket() protected method

protected MulticastSocket ( global @__env )
@__env global

MulticastSocket() public method

public MulticastSocket ( int arg0 )
arg0 int

MulticastSocket() public method

public MulticastSocket ( java arg0 )
arg0 java

bind() public method

public bind ( java arg0 ) : void
arg0 java
return void

getInterface() public method

public getInterface ( ) : global::java.net.InetAddress
return global::java.net.InetAddress

getLoopbackMode() public method

public getLoopbackMode ( ) : bool
return bool

getNetworkInterface() public method

public getNetworkInterface ( ) : global::java.net.NetworkInterface
return global::java.net.NetworkInterface

getTTL() public method

public getTTL ( ) : byte
return byte

getTimeToLive() public method

public getTimeToLive ( ) : int
return int

joinGroup() public method

public joinGroup ( java arg0 ) : void
arg0 java
return void

joinGroup() public method

public joinGroup ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

leaveGroup() public method

public leaveGroup ( java arg0 ) : void
arg0 java
return void

leaveGroup() public method

public leaveGroup ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

send() public method

public send ( java arg0, byte arg1 ) : void
arg0 java
arg1 byte
return void

setInterface() public method

public setInterface ( java arg0 ) : void
arg0 java
return void

setLoopbackMode() public method

public setLoopbackMode ( bool arg0 ) : void
arg0 bool
return void

setNetworkInterface() public method

public setNetworkInterface ( java arg0 ) : void
arg0 java
return void

setTTL() public method

public setTTL ( byte arg0 ) : void
arg0 byte
return void

setTimeToLive() public method

public setTimeToLive ( int arg0 ) : void
arg0 int
return void