  | ServerAddressWriterWrite Method | 
            Writes the specified value to the specified writer.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic void Write(
	ServerAddress value,
	BinaryWriter writer
)
Public Sub Write ( 
	value As ServerAddress,
	writer As BinaryWriter
)
public:
virtual void Write(
	ServerAddress^ value, 
	BinaryWriter^ writer
) sealed
abstract Write : 
        value : ServerAddress * 
        writer : BinaryWriter -> unit 
override Write : 
        value : ServerAddress * 
        writer : BinaryWriter -> unit Parameters
- value  ServerAddress
 - The value.
 - writer  BinaryWriter
 - The writer.
 
Implements
IValueWriterTWrite(T, BinaryWriter)
See Also