OBEXOPPConnection.PushObjectStream Method
Push an object stream to the server.
[Visual Basic]
Public Sub PushObjectStream( _
ByVal
AStm As
MemoryStream, _
ByVal
AName As
String, _
ByVal
AType As
String _
)
Parameters
-
AStm
- A MemoryStream object containing an object to push to the server.
-
AName
- The name of the pushed object.
-
AType
- A MIME type of the pushed object.
See Also
OBEXOPPConnection Class | BlueLibs.Components Namespace