C# Class Network.UPnP.ServiceActionArgument

Mostrar archivo Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
ServiceActionArgument ( string name, string type, ArgumentDirection direction ) : System
ServiceActionArgument ( string name, string type, string direction ) : System
SetValue ( System.DateTime value ) : void
SetValue ( System.TimeSpan value ) : void
SetValue ( Uri value ) : void
SetValue ( bool value ) : void
SetValue ( byte value ) : void
SetValue ( char value ) : void
SetValue ( double value ) : void
SetValue ( float value ) : void
SetValue ( int value ) : void
SetValue ( long value ) : void
SetValue ( short value ) : void
SetValue ( string value ) : void
SetValue ( uint value ) : void
SetValue ( ulong value ) : void
SetValue ( ushort value ) : void

Method Details

ServiceActionArgument() public method

public ServiceActionArgument ( string name, string type, ArgumentDirection direction ) : System
name string
type string
direction ArgumentDirection
return System

ServiceActionArgument() public method

public ServiceActionArgument ( string name, string type, string direction ) : System
name string
type string
direction string
return System

SetValue() public abstract method

public abstract SetValue ( System.DateTime value ) : void
value System.DateTime
return void

SetValue() public abstract method

public abstract SetValue ( System.TimeSpan value ) : void
value System.TimeSpan
return void

SetValue() public abstract method

public abstract SetValue ( Uri value ) : void
value System.Uri
return void

SetValue() public abstract method

public abstract SetValue ( bool value ) : void
value bool
return void

SetValue() public abstract method

public abstract SetValue ( byte value ) : void
value byte
return void

SetValue() public abstract method

public abstract SetValue ( char value ) : void
value char
return void

SetValue() public abstract method

public abstract SetValue ( double value ) : void
value double
return void

SetValue() public abstract method

public abstract SetValue ( float value ) : void
value float
return void

SetValue() public abstract method

public abstract SetValue ( int value ) : void
value int
return void

SetValue() public abstract method

public abstract SetValue ( long value ) : void
value long
return void

SetValue() public abstract method

public abstract SetValue ( short value ) : void
value short
return void

SetValue() public abstract method

public abstract SetValue ( string value ) : void
value string
return void

SetValue() public abstract method

public abstract SetValue ( uint value ) : void
value uint
return void

SetValue() public abstract method

public abstract SetValue ( ulong value ) : void
value ulong
return void

SetValue() public abstract method

public abstract SetValue ( ushort value ) : void
value ushort
return void