データ送信 (BinaryFormatter)

Namespace: FVIL.Net
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public virtual int SendAsBinary(
	Object data
)
Visual Basic
Public Overridable Function SendAsBinary ( 
	data As Object
) As Integer

Parameters

data
Type: System..::..Object
送信するデータ (XmlSerializer で処理可能なものに限ります)

Return Value

Type: Int32
送信したバイト数を返します。

See Also