handling put protocol

master
xieguigang 8 years ago
parent 0afa7a9783
commit a00a0ed1e9

@ -144,4 +144,8 @@ Public Class RESTProvider : Inherits HttpServer
Public Overrides Sub handleOtherMethod(p As HttpProcessor)
End Sub
Public Overrides Sub handlePUTMethod(p As HttpProcessor, inputData As MemoryStream)
Throw New NotImplementedException()
End Sub
End Class

Loading…
Cancel
Save